diff options
Diffstat (limited to 'src/adpcm/adpcm.cpp')
-rw-r--r-- | src/adpcm/adpcm.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/adpcm/adpcm.cpp b/src/adpcm/adpcm.cpp index e3741b6..7c6f48a 100644 --- a/src/adpcm/adpcm.cpp +++ b/src/adpcm/adpcm.cpp @@ -13,7 +13,7 @@ /* 10.01.13 3.00 Lad Refactored, beautified, documented :-) */ /*****************************************************************************/ -#include "../StormPort.h" +#include <StormPort.h> #include "adpcm.h" //----------------------------------------------------------------------------- |