diff options
author | Eugene Sandulenko | 2011-01-23 17:37:17 +0000 |
---|---|---|
committer | Eugene Sandulenko | 2011-01-23 17:37:17 +0000 |
commit | f123802f4c33d9d146f6e53f8c4691ea3067f8a8 (patch) | |
tree | 19f65acf97ce01587e450a2345f87fb3faf004a3 /video/avi_decoder.h | |
parent | 806ccf5d25ebe337103942cdb6b5cf8800de115a (diff) | |
download | scummvm-rg350-f123802f4c33d9d146f6e53f8c4691ea3067f8a8.tar.gz scummvm-rg350-f123802f4c33d9d146f6e53f8c4691ea3067f8a8.tar.bz2 scummvm-rg350-f123802f4c33d9d146f6e53f8c4691ea3067f8a8.zip |
GRAPHICS: Move graphics/video/ to video/. Step 2/2
svn-id: r55474
Diffstat (limited to 'video/avi_decoder.h')
-rw-r--r-- | video/avi_decoder.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/video/avi_decoder.h b/video/avi_decoder.h index 9f9f5ed617..a89b378c10 100644 --- a/video/avi_decoder.h +++ b/video/avi_decoder.h @@ -23,11 +23,11 @@ * */ -#ifndef GRAPHICS_AVI_PLAYER_H -#define GRAPHICS_AVI_PLAYER_H +#ifndef VIDEO_AVI_PLAYER_H +#define VIDEO_AVI_PLAYER_H -#include "graphics/video/video_decoder.h" -#include "graphics/video/codecs/codec.h" +#include "video/video_decoder.h" +#include "video/codecs/codec.h" #include "sound/audiostream.h" #include "sound/mixer.h" |