forked from mirrors/0ad
"../ps/<file>" => "<file>" ... part not needed
This was SVN commit r129.
This commit is contained in:
@@ -11,7 +11,7 @@
|
||||
//***********************************************************
|
||||
|
||||
#include "Camera.h"
|
||||
#include "../ps/Prometheus.h"
|
||||
#include "Prometheus.h"
|
||||
|
||||
CCamera::CCamera ()
|
||||
{
|
||||
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user