mirror of
https://gitea.wildfiregames.com/0ad/0ad
synced 2026-06-20 23:33:59 -07:00
"../ps/<file>" => "<file>" ... part not needed
This was SVN commit r129.
This commit is contained in:
parent
512bfd4067
commit
88fd3952d8
2 changed files with 2 additions and 2 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Reference in a new issue