moved common files back to src root
[freeglut] / src / mswin / freeglut_main_mswin.c
index 8a13a84..a1c5c8c 100644 (file)
@@ -26,7 +26,7 @@
  */
 
 #include <GL/freeglut.h>
-#include "../Common/freeglut_internal.h"
+#include "../fg_internal.h"
 
 
 extern void fghRedrawWindow ( SFG_Window *window );