]> git.lyx.org Git - lyx.git/blobdiff - src/insets/InsetListings.cpp
More headers.
[lyx.git] / src / insets / InsetListings.cpp
index 268644a615b25eed27e6fdc0b0f01f0655c94621..c225446038acd43c006520cfbb5884eb0e50c271 100644 (file)
 #include "DispatchResult.h"
 #include "FuncRequest.h"
 #include "FuncStatus.h"
-#include "gettext.h"
+#include "support/gettext.h"
 #include "InsetList.h"
 #include "Language.h"
 #include "MetricsInfo.h"
+#include "TextClass.h"
 
 #include "support/docstream.h"
 #include "support/lstrings.h"
 
 #include <sstream>
 
-using std::istringstream;
-using std::ostream;
-using std::ostringstream;
-using std::string;
+using namespace std;
+using namespace lyx::support;
 
 namespace lyx {
 
-using support::token;
-using support::contains;
-using support::subst;
 
 char const lstinline_delimiters[] =
        "!*()-=+|;:'\"`,<.>/?QWERTYUIOPASDFGHJKLZXCVBNMqwertyuiopasdfghjklzxcvbnm";