1
0
forked from mirrors/0ad

"../ps/<file>" => "<file>" ... part not needed

This was SVN commit r129.
This commit is contained in:
Gee
2003-12-01 07:07:58 +00:00
parent 512bfd4067
commit 88fd3952d8
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -11,7 +11,7 @@
//***********************************************************
#include "Camera.h"
#include "../ps/Prometheus.h"
#include "Prometheus.h"
CCamera::CCamera ()
{
+1 -1
View File
@@ -3,7 +3,7 @@
#include "Terrain.h"
#include "Camera.h"
#include "LightEnv.h"
#include "../ps/Prometheus.h"
#include "Prometheus.h"
#include "detect.h"
#include "time.h"