Remove <climits> 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@13804 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Abdelrazak Younes 2006-05-06 14:41:23 +00:00
parent 668beb6c25
commit aabf2d6d5a

View File

@ -15,7 +15,6 @@
#include <algorithm>
#include <cmath>
#include <iomanip>
#include <climits>
#include <map>
#include <sstream>
#include <stack>