summaryrefslogtreecommitdiffstats
path: root/drivers/webp/mux/demux.c
diff options
context:
space:
mode:
authorJuan Linietsky <reduzio@gmail.com>2014-02-20 23:02:47 -0300
committerJuan Linietsky <reduzio@gmail.com>2014-02-20 23:02:47 -0300
commitb62ec387f340220e11902daab8484fcb85d28cda (patch)
treefd62ea164cd1cb5a656df529f554ed8d4bf3301b /drivers/webp/mux/demux.c
parentf2a068984c36de1f77940ae9d5dc0d017b8e642d (diff)
parent287a6347e66e530350f09f3d66b3ef8e7e868a0b (diff)
downloadredot-engine-b62ec387f340220e11902daab8484fcb85d28cda.tar.gz
Merge branch 'master' of https://github.com/okamstudio/godot
Diffstat (limited to 'drivers/webp/mux/demux.c')
-rw-r--r--drivers/webp/mux/demux.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/drivers/webp/mux/demux.c b/drivers/webp/mux/demux.c
index 4519f7d55b..501d08f41d 100644
--- a/drivers/webp/mux/demux.c
+++ b/drivers/webp/mux/demux.c
@@ -8,13 +8,13 @@
// WebP container demux.
//
-#include "../webp/mux.h"
+#include "../mux.h"
#include <stdlib.h>
#include <string.h>
-#include "../webp/decode.h" // WebPGetInfo
-#include "../webp/format_constants.h"
+#include "../decode.h" // WebPGetInfo
+#include "../format_constants.h"
#if defined(__cplusplus) || defined(c_plusplus)
extern "C" {