Skip to content

Commit a43b1f2

Browse files
committed
changed includes
1 parent 4ae3692 commit a43b1f2

File tree

215 files changed

+328
-328
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

215 files changed

+328
-328
lines changed

panda/src/physics/linearVectorForce.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
//
1717
////////////////////////////////////////////////////////////////////
1818

19-
#include <datagram.h>
19+
#include "datagram.h"
2020
#include <datagramIterator.h>
2121
#include <bamReader.h>
2222
#include <bamWriter.h>

panda/src/pstatclient/pStatTimer.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
#ifndef PSTATTIMER_H
2020
#define PSTATTIMER_H
2121

22-
#include <pandabase.h>
22+
#include "pandabase.h"
2323

2424
#include "pStatCollector.h"
2525

panda/src/putil/bamReaderParam.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
#ifndef BAMREADERPARAM_H
2020
#define BAMREADERPARAM_H
2121

22-
#include <pandabase.h>
22+
#include "pandabase.h"
2323

2424
#include "factoryParam.h"
2525

panda/src/putil/bitMask.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
#ifndef BITMASK_H
2020
#define BITMASK_H
2121

22-
#include <pandabase.h>
22+
#include "pandabase.h"
2323

2424
#include "numeric_types.h"
2525
#include "typedObject.h"

panda/src/putil/collideMask.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
#ifndef COLLIDEMASK_H
2020
#define COLLIDEMASK_H
2121

22-
#include <pandabase.h>
22+
#include "pandabase.h"
2323

2424
#include "bitMask.h"
2525

panda/src/putil/compareTo.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
#ifndef COMPARETO_H
2020
#define COMPARETO_H
2121

22-
#include <pandabase.h>
22+
#include "pandabase.h"
2323

2424
////////////////////////////////////////////////////////////////////
2525
// Class : CompareTo

panda/src/putil/configurable.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
// Includes
2323
////////////////////////////////////////////////////////////////////
2424

25-
#include <pandabase.h>
25+
#include "pandabase.h"
2626

2727
#include "typedObject.h"
2828

panda/src/putil/drawMask.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
#ifndef DRAWMASK_H
2020
#define DRAWMASK_H
2121

22-
#include <pandabase.h>
22+
#include "pandabase.h"
2323

2424
#include "bitMask.h"
2525

panda/src/putil/factory.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
#ifndef FACTORY_H
2020
#define FACTORY_H
2121

22-
#include <pandabase.h>
22+
#include "pandabase.h"
2323

2424
#include "factoryBase.h"
2525

panda/src/putil/factoryBase.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
#ifndef FACTORYBASE_H
2020
#define FACTORYBASE_H
2121

22-
#include <pandabase.h>
22+
#include "pandabase.h"
2323

2424
#include "typedObject.h"
2525
#include "typedReferenceCount.h"

0 commit comments

Comments
 (0)