diff options
Diffstat (limited to 'app/gfx/blit.h')
-rw-r--r-- | app/gfx/blit.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/gfx/blit.h b/app/gfx/blit.h index f2460ca..9eaa93e 100644 --- a/app/gfx/blit.h +++ b/app/gfx/blit.h @@ -5,7 +5,7 @@ #ifndef APP_GFX_BLIT_H_ #define APP_GFX_BLIT_H_ -#include "base/gfx/native_widget_types.h" +#include "app/gfx/native_widget_types.h" #include "base/gfx/point.h" #include "base/gfx/rect.h" |