diff options
Diffstat (limited to '')
-rw-r--r-- | src/control/CarCtrl.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/control/CarCtrl.cpp b/src/control/CarCtrl.cpp index 80cb8211..cd657815 100644 --- a/src/control/CarCtrl.cpp +++ b/src/control/CarCtrl.cpp @@ -2,7 +2,7 @@ #include "patcher.h" #include "CarCtrl.h" -#include "AccidentManager.h" +#include "Accident.h" #include "Automobile.h" #include "Camera.h" #include "CarAI.h" |