diff options
author | dsinclair <dsinclair@chromium.org> | 2016-09-29 13:43:30 -0700 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2016-09-29 13:43:30 -0700 |
commit | 8a4e286e686c3027f382afb07d3ddcec4610fdd9 (patch) | |
tree | c693cffa5f7969110c4b6b969120e794fe6bbfd7 /core/fxge/win32 | |
parent | e0307861b8e55c9f44e947d8bf82b9c16ec9b963 (diff) | |
download | pdfium-8a4e286e686c3027f382afb07d3ddcec4610fdd9.tar.xz |
Move core/fxcodec/codec/include and core/fxcodec/include files up
BUG=pdfium:611
Review-Url: https://codereview.chromium.org/2381063002
Diffstat (limited to 'core/fxge/win32')
-rw-r--r-- | core/fxge/win32/fx_win32_device.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/fxge/win32/fx_win32_device.cpp b/core/fxge/win32/fx_win32_device.cpp index 061bc0a4d0..e3d00d93f6 100644 --- a/core/fxge/win32/fx_win32_device.cpp +++ b/core/fxge/win32/fx_win32_device.cpp @@ -13,7 +13,7 @@ #if _FX_OS_ == _FX_WIN32_DESKTOP_ || _FX_OS_ == _FX_WIN64_DESKTOP_ #include <crtdbg.h> -#include "core/fxcodec/include/fx_codec.h" +#include "core/fxcodec/fx_codec.h" #include "core/fxcrt/include/fx_memory.h" #ifndef _SKIA_SUPPORT_ |