mirror of
https://github.com/panda3d/panda3d.git
synced 2025-09-30 16:58:40 -04:00
changed includes
This commit is contained in:
parent
4235f8ae9b
commit
cb9c0434d5
@ -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);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user