diff options
| author | 2013-09-19 15:32:56 -0700 | |
|---|---|---|
| committer | 2013-09-19 15:45:03 -0700 | |
| commit | d142f4b787abae7a5c392ded0dd2741574a0bce2 (patch) | |
| tree | 40cb510e8ac062120a2632c777d7f603fdb21003 /libs/gui/SurfaceControl.cpp | |
| parent | 41058088cf4914f80697ef046c3c3cbea6a218ea (diff) | |
Remove unnecessary include.
All these files are including utils/CallStack.h, but none of the code
uses any CallStack objects.
Change-Id: I38c3a346a3bd0ddbff368d0f7f8b3f3d78fc0432
Diffstat (limited to 'libs/gui/SurfaceControl.cpp')
| -rw-r--r-- | libs/gui/SurfaceControl.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libs/gui/SurfaceControl.cpp b/libs/gui/SurfaceControl.cpp index f4e88f5db8..8670e02eef 100644 --- a/libs/gui/SurfaceControl.cpp +++ b/libs/gui/SurfaceControl.cpp @@ -23,7 +23,6 @@ #include <android/native_window.h> -#include <utils/CallStack.h> #include <utils/Errors.h> #include <utils/Log.h> #include <utils/threads.h> |