diff options
author | Takeshi Abe <tabe@fixedpoint.jp> | 2014-02-18 13:21:58 +0900 |
---|---|---|
committer | Takeshi Abe <tabe@fixedpoint.jp> | 2014-02-18 13:24:11 +0900 |
commit | d548b250dbd74247d7c5c7b220a38e93cb19053d (patch) | |
tree | da3f63b7a4b25f56a86f99ef20baf9870c8dfb74 /include | |
parent | 894884400138a811a043602aa9db32c42487212d (diff) |
Drop unnecessary #include
Change-Id: Ib9ab63cdf21f54b1611de37c5538a300a1b39ba6
Diffstat (limited to 'include')
-rw-r--r-- | include/avmedia/mediawindow.hxx | 1 | ||||
-rw-r--r-- | include/formula/token.hxx | 2 |
2 files changed, 0 insertions, 3 deletions
diff --git a/include/avmedia/mediawindow.hxx b/include/avmedia/mediawindow.hxx index b2bca33302fe..93575955a27f 100644 --- a/include/avmedia/mediawindow.hxx +++ b/include/avmedia/mediawindow.hxx @@ -20,7 +20,6 @@ #ifndef INCLUDED_AVMEDIA_MEDIAWINDOW_HXX #define INCLUDED_AVMEDIA_MEDIAWINDOW_HXX -#include <memory> #include <vector> #include <boost/scoped_ptr.hpp> #include <tools/gen.hxx> diff --git a/include/formula/token.hxx b/include/formula/token.hxx index b72897d8ad31..3bf006f9e06c 100644 --- a/include/formula/token.hxx +++ b/include/formula/token.hxx @@ -20,9 +20,7 @@ #ifndef INCLUDED_FORMULA_TOKEN_HXX #define INCLUDED_FORMULA_TOKEN_HXX -#include <memory> #include <string.h> -#include <vector> #include <formula/opcode.hxx> #include <tools/mempool.hxx> #include <formula/IFunctionDescription.hxx> |