diff options
author | Thierry Strudel <thierry.strudel@intel.com> | 2014-07-14 14:54:55 -0700 |
---|---|---|
committer | Imberton, Guilhem <guilhem.imberton@intel.com> | 2014-07-16 07:09:36 -0700 |
commit | 0594c42af26255fd8d3d7d39c0cb0e2da5b8841b (patch) | |
tree | 5eaae67296d04098caa1834325fc90d7c5bbebeb /common/observers/SoftVsyncObserver.h | |
parent | dcfa3eed7da09f5f557a42c3e2b88bf4281358f8 (diff) | |
download | android_hardware_intel_img_hwcomposer-0594c42af26255fd8d3d7d39c0cb0e2da5b8841b.tar.gz android_hardware_intel_img_hwcomposer-0594c42af26255fd8d3d7d39c0cb0e2da5b8841b.tar.bz2 android_hardware_intel_img_hwcomposer-0594c42af26255fd8d3d7d39c0cb0e2da5b8841b.zip |
AOSP: cleanup include paths and warnings
BZ: 209178
Include header file from top of module only
Move makefiles to top of module
Fix all warnings and enable -Werror
Change-Id: I6921b41d5512a81aaeb167383b9392efbae275bf
Signed-off-by: Thierry Strudel <thierry.strudel@intel.com>
Reviewed-on: https://android.intel.com/217843
Reviewed-by: Imberton, Guilhem <guilhem.imberton@intel.com>
Tested-by: Imberton, Guilhem <guilhem.imberton@intel.com>
Diffstat (limited to 'common/observers/SoftVsyncObserver.h')
-rwxr-xr-x | common/observers/SoftVsyncObserver.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/common/observers/SoftVsyncObserver.h b/common/observers/SoftVsyncObserver.h index 72bf329..bb9dc02 100755 --- a/common/observers/SoftVsyncObserver.h +++ b/common/observers/SoftVsyncObserver.h @@ -28,7 +28,7 @@ #ifndef SOFT_VSYNC_OBSERVER_H #define SOFT_VSYNC_OBSERVER_H -#include <SimpleThread.h> +#include <common/base/SimpleThread.h> namespace android { namespace intel { |