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

src/frontends/qt4/moc/pch.h
src/frontends/qt4/pch.h
src/frontends/qt4/ui/pch.h

index 58755a04bb1e6009f679c623beae0299510c0b10..0eda1f7a1427216b44d353a742ecef4befeb4860 100644 (file)
@@ -15,9 +15,6 @@
 #include <algorithm>
 #include <cmath>
 #include <iomanip>
-#ifdef HAVE_LIMITS_H
-# include <limits.h>
-#endif
 #include <map>
 #include <sstream>
 #include <stack>
index 7be8c46c1ea6feb9d271c78ee69e02b666854022..e22b8d7255ac1acaecc01b2c84b92e48213d8b18 100644 (file)
@@ -15,9 +15,7 @@
 #include <algorithm>
 #include <cmath>
 #include <iomanip>
-#ifdef HAVE_LIMITS_H
-# include <limits.h>
-#endif
+#include <climits>
 #include <map>
 #include <sstream>
 #include <stack>
index 7be8c46c1ea6feb9d271c78ee69e02b666854022..afbf65ea263a81509672d4fa83dfac9c19bdd599 100644 (file)
@@ -15,9 +15,6 @@
 #include <algorithm>
 #include <cmath>
 #include <iomanip>
-#ifdef HAVE_LIMITS_H
-# include <limits.h>
-#endif
 #include <map>
 #include <sstream>
 #include <stack>