David Rose 24 years ago
parent
commit
97fcd934f6
1 changed files with 2 additions and 4 deletions
  1. 2 4
      dtool/src/interrogatedb/vector_int.h

+ 2 - 4
dtool/src/interrogatedb/vector_int.h

@@ -19,9 +19,7 @@
 #ifndef VECTOR_INT_H
 #define VECTOR_INT_H
 
-#include <dtoolbase.h>
-
-#include <vector>
+#include "dtoolbase.h"
 
 ////////////////////////////////////////////////////////////////////
 //       Class : vector_int
@@ -37,7 +35,7 @@
 #define TYPE int
 #define NAME vector_int
 
-#include <vector_src.h>
+#include "vector_src.h"
 
 // Tell GCC that we'll take care of the instantiation explicitly here.
 #ifdef __GNUC__