Remove "limits.h" for pch.h as this header is not used anywhere in the qt4 frontend.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@13803 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Abdelrazak Younes 2006-05-06 13:58:41 +00:00
parent d7bcff50a9
commit 668beb6c25
3 changed files with 1 additions and 9 deletions

View 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>

View 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>

View 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>