summaryrefslogtreecommitdiffstats
path: root/drivers/webp/utils/utils.h
diff options
context:
space:
mode:
authorvolzhs <volzhs@gmail.com>2016-07-08 22:10:25 +0900
committervolzhs <volzhs@gmail.com>2016-07-08 22:10:25 +0900
commite55c6f823251fcff366c7ce93b3ab0bf1fdedd68 (patch)
tree3c1260fa665622d8f3269e454cef69ae66d6e7ce /drivers/webp/utils/utils.h
parentddd446f274d33d8624da3fd842c23e9ede0e6b11 (diff)
downloadredot-engine-e55c6f823251fcff366c7ce93b3ab0bf1fdedd68.tar.gz
Modified webp source codes for godot
Diffstat (limited to 'drivers/webp/utils/utils.h')
-rw-r--r--drivers/webp/utils/utils.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/webp/utils/utils.h b/drivers/webp/utils/utils.h
index e0a81126df..cef496af78 100644
--- a/drivers/webp/utils/utils.h
+++ b/drivers/webp/utils/utils.h
@@ -16,13 +16,13 @@
#define WEBP_UTILS_UTILS_H_
#ifdef HAVE_CONFIG_H
-#include "../webp/config.h"
+#include "webp/config.h"
#endif
#include <assert.h>
#include "../dsp/dsp.h"
-#include "../webp/types.h"
+#include "webp/types.h"
#ifdef __cplusplus
extern "C" {