]> git.lyx.org Git - features.git/commitdiff
Remove <climits> for pch.h as this header is not used anywhere in the qt4 frontend.
authorAbdelrazak Younes <younes@lyx.org>
Sat, 6 May 2006 14:41:23 +0000 (14:41 +0000)
committerAbdelrazak Younes <younes@lyx.org>
Sat, 6 May 2006 14:41:23 +0000 (14:41 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@13804 a592a061-630c-0410-9148-cb99ea01b6c8

src/frontends/qt4/pch.h

index e22b8d7255ac1acaecc01b2c84b92e48213d8b18..afbf65ea263a81509672d4fa83dfac9c19bdd599 100644 (file)
@@ -15,7 +15,6 @@
 #include <algorithm>
 #include <cmath>
 #include <iomanip>
-#include <climits>
 #include <map>
 #include <sstream>
 #include <stack>