David Rose 20 years ago
parent
commit
7c6eef84a4
2 changed files with 2 additions and 2 deletions
  1. 1 1
      direct/src/dcparser/dcbase.h
  2. 1 1
      direct/src/deadrec/smoothMover.cxx

+ 1 - 1
direct/src/dcparser/dcbase.h

@@ -31,7 +31,7 @@
 // within the Panda environment.
 // within the Panda environment.
 
 
 #include "directbase.h"
 #include "directbase.h"
-#include "notify.h"
+#include "pnotify.h"
 #include "filename.h"
 #include "filename.h"
 #include "numeric_types.h"
 #include "numeric_types.h"
 #include "pvector.h"
 #include "pvector.h"

+ 1 - 1
direct/src/deadrec/smoothMover.cxx

@@ -17,7 +17,7 @@
 ////////////////////////////////////////////////////////////////////
 ////////////////////////////////////////////////////////////////////
 
 
 #include "smoothMover.h"
 #include "smoothMover.h"
-#include "notify.h"
+#include "pnotify.h"
 #include "compose_matrix.h"
 #include "compose_matrix.h"
 
 
 SmoothMover::SmoothMode SmoothMover::_smooth_mode = SmoothMover::SM_off;
 SmoothMover::SmoothMode SmoothMover::_smooth_mode = SmoothMover::SM_off;