@@ -11,7 +11,7 @@
#include "nurbsCurve.h"
#include "nurbsCurveDrawer.h"
-#include <get_config_path.h>
+#include "get_config_path.h"
Configure(config_parametrics);
NotifyCategoryDef(parametrics, "");
@@ -6,8 +6,8 @@
#ifndef CONFIG_PARAMETRICS_H
#define CONFIG_PARAMETRICS_H
-#include <pandabase.h>
-#include <notifyCategoryProxy.h>
+#include "pandabase.h"
+#include "notifyCategoryProxy.h"
NotifyCategoryDecl(parametrics, EXPCL_PANDA, EXPTP_PANDA);