]> git.lyx.org Git - lyx.git/blobdiff - src/LayoutFile.h
Revert "Objective-C compililation support with cmake and C++11"
[lyx.git] / src / LayoutFile.h
index 31031eae8e6b0221d408d1c2f6a3e622d7347060..ae2e7cfaaade07b27241e0169244037d6c699451 100644 (file)
@@ -20,7 +20,6 @@
 
 #include <boost/noncopyable.hpp>
 
-#include <set>
 #include <string>
 #include <vector>
 
@@ -82,7 +81,7 @@ private:
        /// LayoutFileList, which calls the private constructor.
        friend class LayoutFileList;
        /// can't create empty LayoutFile
-       LayoutFile() {};
+       LayoutFile() {}
 };