diff options
author | uruk | 2013-06-17 11:57:27 +0200 |
---|---|---|
committer | uruk | 2013-06-17 11:57:27 +0200 |
commit | cc5b8732bbd525c1e6a50ab73eadbd6b2bf2398c (patch) | |
tree | fe876b71ed3a2de087e9ab4339da99cf1bb97224 /engines/avalanche/seu.cpp | |
parent | a2adda516bdf790651283201a666f253a8bfcc49 (diff) | |
download | scummvm-rg350-cc5b8732bbd525c1e6a50ab73eadbd6b2bf2398c.tar.gz scummvm-rg350-cc5b8732bbd525c1e6a50ab73eadbd6b2bf2398c.tar.bz2 scummvm-rg350-cc5b8732bbd525c1e6a50ab73eadbd6b2bf2398c.zip |
AVALANCHE: Remove #include "ptoc.h" lines from the beginning every .cpp files.
Diffstat (limited to 'engines/avalanche/seu.cpp')
-rw-r--r-- | engines/avalanche/seu.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/avalanche/seu.cpp b/engines/avalanche/seu.cpp index 9b1c1c23cc..f1729f2773 100644 --- a/engines/avalanche/seu.cpp +++ b/engines/avalanche/seu.cpp @@ -1,4 +1,4 @@ -#include "ptoc.h" + #include "graph.h" |