]> git.lyx.org Git - lyx.git/blobdiff - src/support/RandomAccessList.h
zipunzip.cpp: Replace makedir etc with versions in support::FileName, fix a bug in...
[lyx.git] / src / support / RandomAccessList.h
index c26d64668bdb0619111a862fe473de3e184e2075..fa37be9fd377fa2738e63ed8edb083a9ac3599e2 100644 (file)
 #ifndef RANDOM_ACESS_LIST_H
 #define RANDOM_ACESS_LIST_H
 
-//#include "debug.h"
-
-#include <boost/utility.hpp>
-
 #include <vector>
 #include <list>
-#include <algorithm>
+
+
+namespace lyx {
 
 #define USE_OLD_ITERATOR 1
 
@@ -276,4 +274,7 @@ private:
        IterCont iterCont_;
 };
 
+
+} // namespace lyx
+
 #endif