X-Git-Url: http://git.mutantstargoat.com/user/nuclear/?a=blobdiff_plain;f=src%2Ffreeglut_internal.h;h=40045906e097303d54bbc0f1a865cffa2b04aacd;hb=c969a6321bc21d80fd9b993a6355e84f1bc880b8;hp=c0317d9cf95c469bb4f9a8805092580ee0035a80;hpb=b2ce9cf0d6837f347b52a4e965790fbab8e2bf2b;p=freeglut diff --git a/src/freeglut_internal.h b/src/freeglut_internal.h index c0317d9..4004590 100644 --- a/src/freeglut_internal.h +++ b/src/freeglut_internal.h @@ -73,7 +73,6 @@ #include #include #include -#include #if HAVE_SYS_TYPES_H # include #endif @@ -382,7 +381,7 @@ do \ { \ if( FETCH_WCB( window, cbname ) != func ) \ (((window).CallBacks[CB_ ## cbname]) = (void *) func); \ -} while( 0 ) \ +} while( 0 ) /* * FETCH_WCB() is used as: