X-Git-Url: https://git.jsancho.org/?a=blobdiff_plain;f=src%2Freference-counted.h;h=6c0a87f4aca53d419c585075c4912aa1ae94c31f;hb=41a6ad96e81a8d8153c54877c4c12f61100677a9;hp=13d84373b689a73993c5c6a3074e403d4b086a9f;hpb=6c6597fcd2f8224cd019b4339037867c246b8a71;p=guile-irrlicht.git diff --git a/src/reference-counted.h b/src/reference-counted.h index 13d8437..6c0a87f 100644 --- a/src/reference-counted.h +++ b/src/reference-counted.h @@ -22,12 +22,7 @@ #ifndef __GUILE_IRRLICHT_REFERENCE_COUNTED_H_INCLUDED__ #define __GUILE_IRRLICHT_REFERENCE_COUNTED_H_INCLUDED__ -#include -#include - -extern "C" { - void - init_reference_counted (void); -} +void +init_reference_counted (void); #endif