X-Git-Url: http://developer.intra2net.com/git/?a=blobdiff_plain;f=codegen%2Fcodegen-stubhead.hxx;h=8445551f5b17a43132d40d2d575390649651f46d;hb=c5e54ff222d1174d0c99265f2812cd84fa320986;hp=d21130f95abb532f6de7d77cb1a18ab84f8eafba;hpb=9d3993e555cad0553a9e5743cfb7e1586139481c;p=libt2n diff --git a/codegen/codegen-stubhead.hxx b/codegen/codegen-stubhead.hxx index d21130f..8445551 100644 --- a/codegen/codegen-stubhead.hxx +++ b/codegen/codegen-stubhead.hxx @@ -6,19 +6,15 @@ #include #include #include -#include -#include #include #include #include #ifdef __GCCXML__ -#define LIBT2N_SET_DEFAULTGROUP(x) namespace { typedef __attribute((gccxml(#x))) int libt2n_default; } #define LIBT2N_EXPORT __attribute((gccxml("libt2n-default"))) #define LIBT2N_EXPORT_GROUP(group) __attribute((gccxml("libt2n-"#group))) #else -#define LIBT2N_SET_DEFAULTGROUP(x) #define LIBT2N_EXPORT #define LIBT2N_EXPORT_GROUP(group) #endif