rdb 12 years ago
parent
commit
c7784d2d93
2 changed files with 2 additions and 2 deletions
  1. 1 1
      panda/src/rocket/rocketRegion_ext.cxx
  2. 1 1
      panda/src/rocket/rocketRegion_ext.h

+ 1 - 1
panda/src/rocket/rocketRegion_ext.cxx

@@ -12,7 +12,7 @@
 //
 //
 ////////////////////////////////////////////////////////////////////
 ////////////////////////////////////////////////////////////////////
 
 
-#include "rocketRegion.h"
+#include "rocketRegion_ext.h"
 #include "extension.h"
 #include "extension.h"
 
 
 #ifndef CPPPARSER
 #ifndef CPPPARSER

+ 1 - 1
panda/src/rocket/rocketRegion_ext.h

@@ -20,7 +20,7 @@
 #ifdef HAVE_PYTHON
 #ifdef HAVE_PYTHON
 
 
 #include "extension.h"
 #include "extension.h"
-#include "geomVertexArrayData.h"
+#include "rocketRegion.h"
 #include "py_panda.h"
 #include "py_panda.h"
 
 
 ////////////////////////////////////////////////////////////////////
 ////////////////////////////////////////////////////////////////////