aboutsummaryrefslogtreecommitdiffstats
path: root/src/gadc
diff options
context:
space:
mode:
Diffstat (limited to 'src/gadc')
-rw-r--r--src/gadc/gadc.c2
-rw-r--r--src/gadc/gadc.h2
-rw-r--r--src/gadc/gadc_driver.h2
3 files changed, 3 insertions, 3 deletions
diff --git a/src/gadc/gadc.c b/src/gadc/gadc.c
index ec0bc880..32a30930 100644
--- a/src/gadc/gadc.c
+++ b/src/gadc/gadc.c
@@ -5,7 +5,7 @@
* http://ugfx.org/license.html
*/
-#include "gfx.h"
+#include "../../gfx.h"
#if GFX_USE_GADC
diff --git a/src/gadc/gadc.h b/src/gadc/gadc.h
index 461e490e..eb29865d 100644
--- a/src/gadc/gadc.h
+++ b/src/gadc/gadc.h
@@ -38,7 +38,7 @@
#ifndef _GADC_H
#define _GADC_H
-#include "gfx.h"
+#include "../../gfx.h"
#if GFX_USE_GADC || defined(__DOXYGEN__)
diff --git a/src/gadc/gadc_driver.h b/src/gadc/gadc_driver.h
index 683c78ea..f821b7aa 100644
--- a/src/gadc/gadc_driver.h
+++ b/src/gadc/gadc_driver.h
@@ -20,7 +20,7 @@
#ifndef _GADC_LLD_H
#define _GADC_LLD_H
-#include "gfx.h"
+#include "../../gfx.h"
#if GFX_USE_GADC || defined(__DOXYGEN__)