diff options
| author | Benjamin Paassen <bpaassen@techfak.uni-bielefeld.de> | 2015-02-14 00:09:28 +0100 | 
|---|---|---|
| committer | Benjamin Paassen <bpaassen@techfak.uni-bielefeld.de> | 2015-02-14 00:09:28 +0100 | 
| commit | f3e4071bce35a2d6612a8b065b0166bbc2a4935f (patch) | |
| tree | d06d6273b2cac0879e3ca7c1b29d41a2bcec5c04 | |
| parent | 9216a4eb4e2af997444cb7b7c3e4938b91edc4d9 (diff) | |
got rid of one unecessary include.
| -rw-r--r-- | src/plugins/html/DemoOutput.hpp | 1 | 
1 files changed, 0 insertions, 1 deletions
| diff --git a/src/plugins/html/DemoOutput.hpp b/src/plugins/html/DemoOutput.hpp index 0650621..4367202 100644 --- a/src/plugins/html/DemoOutput.hpp +++ b/src/plugins/html/DemoOutput.hpp @@ -30,7 +30,6 @@  #ifndef _OUSIA_HTML_DEMO_OUTPUT_HPP_  #define _OUSIA_HTML_DEMO_OUTPUT_HPP_ -#include <map>  #include <ostream>  #include <core/model/Document.hpp> | 
