From c0ce8fc453d9388487e2aae96877da3335127520 Mon Sep 17 00:00:00 2001 From: David Rose Date: Mon, 9 Feb 2004 21:15:17 +0000 Subject: [PATCH] remove unneeded includes --- panda/src/glxdisplay/glxGraphicsBuffer.cxx | 8 -------- 1 file changed, 8 deletions(-) diff --git a/panda/src/glxdisplay/glxGraphicsBuffer.cxx b/panda/src/glxdisplay/glxGraphicsBuffer.cxx index 995f68bf80..e3912eab5d 100644 --- a/panda/src/glxdisplay/glxGraphicsBuffer.cxx +++ b/panda/src/glxdisplay/glxGraphicsBuffer.cxx @@ -22,15 +22,7 @@ #include "glxGraphicsPipe.h" #include "graphicsPipe.h" -#include "keyboardButton.h" -#include "mouseButton.h" #include "glGraphicsStateGuardian.h" -#include "clockObject.h" - -#include -#include -#include -#include TypeHandle glxGraphicsBuffer::_type_handle;