summaryrefslogtreecommitdiff
path: root/drivers/webp/utils/utils.h
diff options
context:
space:
mode:
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" {