]> git.lyx.org Git - lyx.git/blobdiff - src/ToolbarDefaults.h
more changes, read the Changelog
[lyx.git] / src / ToolbarDefaults.h
index 3781f0c715a00127cd7bb025ff1729a8feada99b..91fe0cc4c804806f6455650acbbc82c6d1d1a844 100644 (file)
@@ -7,16 +7,13 @@
 
 #include "LString.h"
 
-using std::vector;
-
 class LyXLex;
 
-
 ///
 class ToolbarDefaults {
 public:
        ///
-       typedef vector<int> Defaults;
+       typedef std::vector<int> Defaults;
        ///
        typedef Defaults::iterator iterator;
        ///