]> git.lyx.org Git - lyx.git/commitdiff
Hopefully this works on other archs too.
authorPavel Sanda <sanda@lyx.org>
Sun, 9 Aug 2009 20:09:08 +0000 (20:09 +0000)
committerPavel Sanda <sanda@lyx.org>
Sun, 9 Aug 2009 20:09:08 +0000 (20:09 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@30960 a592a061-630c-0410-9148-cb99ea01b6c8

src/support/RandomAccessList.h

index f4cf29ce5cea94e79c47ac27d84f2691b089ab60..7b0f1032ddf62af4d2c4366b3889071b8a0ad4a7 100644 (file)
@@ -13,7 +13,6 @@
 #ifndef RANDOM_ACESS_LIST_H
 #define RANDOM_ACESS_LIST_H
 
-#include <algorithm>
 #include <vector>
 #include <list>