Browse Source

Trying to speed compilation a bit

Josh Yelon 21 years ago
parent
commit
ac53e8e3f0
1 changed files with 11 additions and 0 deletions
  1. 11 0
      pandatool/src/pstatserver/pstatserver_composite1.cxx

+ 11 - 0
pandatool/src/pstatserver/pstatserver_composite1.cxx

@@ -0,0 +1,11 @@
+#include "pStatClientData.cxx"
+#include "pStatGraph.cxx"
+#include "pStatListener.cxx"
+#include "pStatMonitor.cxx"
+#include "pStatPianoRoll.cxx"
+#include "pStatReader.cxx"
+#include "pStatServer.cxx"
+#include "pStatStripChart.cxx"
+#include "pStatThreadData.cxx"
+#include "pStatView.cxx"
+#include "pStatViewLevel.cxx"