diff options
Diffstat (limited to 'libjava/java/lang/Object.h')
-rw-r--r-- | libjava/java/lang/Object.h | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/libjava/java/lang/Object.h b/libjava/java/lang/Object.h index c5d55f17833..971ba686d4d 100644 --- a/libjava/java/lang/Object.h +++ b/libjava/java/lang/Object.h @@ -13,10 +13,7 @@ details. */ #pragma interface -#include <javaprims.h> -#include <java-assert.h> -#include <java-threads.h> -#include <java-gc.h> +#include <gcj/javaprims.h> // This class is mainly here as a kludge to get G++ to allocate // vtable pointer as the *first* word of each Object, instead of |