diff options
author | Takeshi Abe <tabe@fixedpoint.jp> | 2014-02-14 16:55:30 +0900 |
---|---|---|
committer | Takeshi Abe <tabe@fixedpoint.jp> | 2014-02-14 18:44:05 +0900 |
commit | bbe3bec949764b7085b688d492af4759a496a80c (patch) | |
tree | 070e3ddd63f310d923af2aff5e05b2f251066757 /cli_ure | |
parent | fa9d574ae1656b64670fbbac64ddd85461698149 (diff) |
Drop unused #include
Change-Id: Id05440ffb8eb9990d2d08f721d6914f3dbc86cab
Diffstat (limited to 'cli_ure')
-rw-r--r-- | cli_ure/source/climaker/climaker_app.cxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/cli_ure/source/climaker/climaker_app.cxx b/cli_ure/source/climaker/climaker_app.cxx index e11aee5855ce..cca91e5e9f2c 100644 --- a/cli_ure/source/climaker/climaker_app.cxx +++ b/cli_ure/source/climaker/climaker_app.cxx @@ -23,7 +23,6 @@ #include <iostream> #include <stdio.h> #include <vector> -#include <memory> #include "climaker_share.h" |