changed includes

This commit is contained in:
Dave Schuyler 2001-01-17 01:45:56 +00:00
parent 4235f8ae9b
commit cb9c0434d5
2 changed files with 3 additions and 3 deletions

View File

@ -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, "");

View File

@ -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);