]> git.lyx.org Git - lyx.git/blobdiff - src/InsetList.cpp
Revert unintentional commits.
[lyx.git] / src / InsetList.cpp
index b7e453ce9d86578c8424d00e515b76b4d93fd4de..088d3aa2d8c077f282fb4ac641bad97211f20064 100644 (file)
  */
 
 #include <config.h>
+#include <algorithm>
 
 #include "InsetList.h"
 
 #include "Buffer.h"
 #include "BufferParams.h"
 #include "BranchList.h"
-#include "support/debug.h"
 
 #include "insets/InsetBranch.h"
 
+#include "support/debug.h"
+
 using namespace std;
 
 namespace lyx {