Browse Source

trivial syntax

David Rose 23 years ago
parent
commit
213d45c53c
1 changed files with 5 additions and 5 deletions
  1. 5 5
      pandatool/src/fltprogs/fltCopy.h

+ 5 - 5
pandatool/src/fltprogs/fltCopy.h

@@ -19,12 +19,12 @@
 #ifndef FLTCOPY_H
 #ifndef FLTCOPY_H
 #define FLTCOPY_H
 #define FLTCOPY_H
 
 
-#include <pandatoolbase.h>
+#include "pandatoolbase.h"
 
 
 #include "cvsCopy.h"
 #include "cvsCopy.h"
 
 
-#include <dSearchPath.h>
-#include <pointerTo.h>
+#include "dSearchPath.h"
+#include "pointerTo.h"
 
 
 #include "pset.h"
 #include "pset.h"
 
 
@@ -68,8 +68,8 @@ private:
                     bool new_file);
                     bool new_file);
 
 
 
 
-  typedef pset<PT(FltExternalReference)> Refs;
-  typedef pset<PT(FltTexture)> Textures;
+  typedef pset< PT(FltExternalReference) > Refs;
+  typedef pset< PT(FltTexture) > Textures;
 
 
   void scan_flt(FltRecord *record, Refs &refs, Textures &textures);
   void scan_flt(FltRecord *record, Refs &refs, Textures &textures);