Browse Source

remove unneeded includes

David Rose 22 years ago
parent
commit
c0ce8fc453
1 changed files with 0 additions and 8 deletions
  1. 0 8
      panda/src/glxdisplay/glxGraphicsBuffer.cxx

+ 0 - 8
panda/src/glxdisplay/glxGraphicsBuffer.cxx

@@ -22,15 +22,7 @@
 #include "glxGraphicsPipe.h"
 #include "glxGraphicsPipe.h"
 
 
 #include "graphicsPipe.h"
 #include "graphicsPipe.h"
-#include "keyboardButton.h"
-#include "mouseButton.h"
 #include "glGraphicsStateGuardian.h"
 #include "glGraphicsStateGuardian.h"
-#include "clockObject.h"
-
-#include <errno.h>
-#include <sys/time.h>
-#include <X11/keysym.h>
-#include <X11/Xutil.h>
 
 
 TypeHandle glxGraphicsBuffer::_type_handle;
 TypeHandle glxGraphicsBuffer::_type_handle;