diff options
author | Fridrich Štrba <fridrich.strba@bluewin.ch> | 2012-06-22 12:43:47 +0200 |
---|---|---|
committer | Fridrich Štrba <fridrich.strba@bluewin.ch> | 2012-06-22 12:43:47 +0200 |
commit | 05d10a398c104e011e197bd8ac3c5b7dda2a0d62 (patch) | |
tree | fe3ecd2b45e1d1c96434330a76d42633b70202e1 | |
parent | 4c01c0510e9be29c7d81bb72fb7c2eb20f191571 (diff) |
Superfluous includes -> raus
-rw-r--r-- | src/lib/libvisio_utils.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/lib/libvisio_utils.h b/src/lib/libvisio_utils.h index 593e419..23dd559 100644 --- a/src/lib/libvisio_utils.h +++ b/src/lib/libvisio_utils.h @@ -31,10 +31,7 @@ #ifndef __LIBVISIO_UTILS_H__ #define __LIBVISIO_UTILS_H__ -#include <vector> #include <stdio.h> -#include <libwpd/libwpd.h> -#include "VSDXTypes.h" #ifdef _MSC_VER |