mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-10 20:04:46 +00:00
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:
parent
d7bcff50a9
commit
668beb6c25
@ -15,9 +15,6 @@
|
||||
#include <algorithm>
|
||||
#include <cmath>
|
||||
#include <iomanip>
|
||||
#ifdef HAVE_LIMITS_H
|
||||
# include <limits.h>
|
||||
#endif
|
||||
#include <map>
|
||||
#include <sstream>
|
||||
#include <stack>
|
||||
|
@ -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>
|
||||
|
@ -15,9 +15,6 @@
|
||||
#include <algorithm>
|
||||
#include <cmath>
|
||||
#include <iomanip>
|
||||
#ifdef HAVE_LIMITS_H
|
||||
# include <limits.h>
|
||||
#endif
|
||||
#include <map>
|
||||
#include <sstream>
|
||||
#include <stack>
|
||||
|
Loading…
Reference in New Issue
Block a user