From 97fcd934f6cdf092bf2ca3cd15ae54a779ab89a4 Mon Sep 17 00:00:00 2001 From: David Rose Date: Fri, 12 Apr 2002 20:32:44 +0000 Subject: [PATCH] minor --- dtool/src/interrogatedb/vector_int.h | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/dtool/src/interrogatedb/vector_int.h b/dtool/src/interrogatedb/vector_int.h index 1600cf55fc..d1d2993182 100644 --- a/dtool/src/interrogatedb/vector_int.h +++ b/dtool/src/interrogatedb/vector_int.h @@ -19,9 +19,7 @@ #ifndef VECTOR_INT_H #define VECTOR_INT_H -#include - -#include +#include "dtoolbase.h" //////////////////////////////////////////////////////////////////// // Class : vector_int @@ -37,7 +35,7 @@ #define TYPE int #define NAME vector_int -#include +#include "vector_src.h" // Tell GCC that we'll take care of the instantiation explicitly here. #ifdef __GNUC__