Header file clean-up:
[mesa.git] / src / mesa / drivers / dos / dmesa.c
index ac21e8a15f3e5fb8616ca01982c65133447a9263..474d1336e3df22aaeaf66422033c93bd78e33d20 100644 (file)
@@ -31,9 +31,6 @@
  */\r
 \r
 \r
-#ifdef PC_HEADER\r
-#include "all.h"\r
-#else\r
 #include "glheader.h"\r
 #include "context.h"\r
 #include "GL/dmesa.h"\r
@@ -54,7 +51,6 @@
 #include "tnl/tnl.h"\r
 #include "tnl/t_context.h"\r
 #include "tnl/t_pipeline.h"\r
-#endif\r
 \r
 #include "video.h"\r
 \r
@@ -936,6 +932,6 @@ void DMesaSwapBuffers (DMesaBuffer b)
 {\r
  /* copy/swap back buffer to front if applicable */\r
  GET_CURRENT_CONTEXT(ctx);\r
- _mesa_swapbuffers(ctx);\r
+ _mesa_notifySwapBuffers(ctx);\r
  vl_flip(b->the_window, b->stride, b->height);\r
 }\r