diff --git a/direct/src/dcparser/dcbase.h b/direct/src/dcparser/dcbase.h index 05319c8a68..7a750481ea 100644 --- a/direct/src/dcparser/dcbase.h +++ b/direct/src/dcparser/dcbase.h @@ -31,7 +31,7 @@ // within the Panda environment. #include "directbase.h" -#include "notify.h" +#include "pnotify.h" #include "filename.h" #include "numeric_types.h" #include "pvector.h" diff --git a/direct/src/deadrec/smoothMover.cxx b/direct/src/deadrec/smoothMover.cxx index e312b845de..fe0b9083e9 100644 --- a/direct/src/deadrec/smoothMover.cxx +++ b/direct/src/deadrec/smoothMover.cxx @@ -17,7 +17,7 @@ //////////////////////////////////////////////////////////////////// #include "smoothMover.h" -#include "notify.h" +#include "pnotify.h" #include "compose_matrix.h" SmoothMover::SmoothMode SmoothMover::_smooth_mode = SmoothMover::SM_off;