From b3c1b8a0f9eb4db5aa73d4674e75d6181df1c7bd Mon Sep 17 00:00:00 2001 From: David Rose Date: Fri, 14 Mar 2003 00:42:05 +0000 Subject: [PATCH] quotes on include --- pandatool/src/eggbase/eggWriter.cxx | 4 ++-- pandatool/src/eggbase/eggWriter.h | 10 ++++------ pandatool/src/progbase/withOutputFile.h | 4 ++-- 3 files changed, 8 insertions(+), 10 deletions(-) diff --git a/pandatool/src/eggbase/eggWriter.cxx b/pandatool/src/eggbase/eggWriter.cxx index 6a46bb4d0e..44e757ef48 100644 --- a/pandatool/src/eggbase/eggWriter.cxx +++ b/pandatool/src/eggbase/eggWriter.cxx @@ -18,8 +18,8 @@ #include "eggWriter.h" -#include -#include +#include "string_utils.h" +#include "compose_matrix.h" //////////////////////////////////////////////////////////////////// // Function: EggWriter::Constructor diff --git a/pandatool/src/eggbase/eggWriter.h b/pandatool/src/eggbase/eggWriter.h index 53529c08ae..7b5e53716e 100644 --- a/pandatool/src/eggbase/eggWriter.h +++ b/pandatool/src/eggbase/eggWriter.h @@ -19,14 +19,12 @@ #ifndef EGGWRITER_H #define EGGWRITER_H -#include - +#include "pandatoolbase.h" #include "eggBase.h" +#include "withOutputFile.h" -#include - -#include -#include +#include "filename.h" +#include "luse.h" //////////////////////////////////////////////////////////////////// // Class : EggWriter diff --git a/pandatool/src/progbase/withOutputFile.h b/pandatool/src/progbase/withOutputFile.h index 59658bdf19..3b8d14eec3 100644 --- a/pandatool/src/progbase/withOutputFile.h +++ b/pandatool/src/progbase/withOutputFile.h @@ -19,10 +19,10 @@ #ifndef WITHOUTPUTFILE_H #define WITHOUTPUTFILE_H -#include +#include "pandatoolbase.h" #include "programBase.h" -#include +#include "filename.h" //////////////////////////////////////////////////////////////////// // Class : WithOutputFile