From 249e3d6d1927705aac81fa7f40fccc5c82be43d7 Mon Sep 17 00:00:00 2001 From: Chris Sherlock Date: Sat, 6 Feb 2016 12:50:45 +1100 Subject: vcl: split exception types from input types Having them in the file apptypes.hxx isn't necessary helpful, IMO so I've split the types into inputtypes.hxx and exceptiontypes.hxx Change-Id: I89a1ff168c3ae276b2f5486669d4ec2dda062d57 --- starmath/inc/pch/precompiled_sm.hxx | 11 +++-------- 1 file changed, 3 insertions(+), 8 deletions(-) (limited to 'starmath') diff --git a/starmath/inc/pch/precompiled_sm.hxx b/starmath/inc/pch/precompiled_sm.hxx index 8dcde82152ac..2d3175ac0cef 100644 --- a/starmath/inc/pch/precompiled_sm.hxx +++ b/starmath/inc/pch/precompiled_sm.hxx @@ -13,17 +13,16 @@ manual changes will be rewritten by the next run of update_pch.sh (which presumably also fixes all possible problems, so it's usually better to use it). - Generated on 2015-11-14 14:16:37 using: + Generated on 2016-02-06 12:33:50 using: ./bin/update_pch starmath sm --cutoff=5 --exclude:system --exclude:module --include:local If after updating build fails, use the following command to locate conflicting headers: - ./bin/update_pch_bisect ./starmath/inc/pch/precompiled_sm.hxx "/opt/lo/bin/make starmath.build" --find-conflicts + ./bin/update_pch_bisect ./starmath/inc/pch/precompiled_sm.hxx "make starmath.build" --find-conflicts */ #include #include #include -#include #include #include #include @@ -41,7 +40,6 @@ #include #include #include -#include #include #include #include @@ -67,7 +65,6 @@ #include #include #include -#include #include #include #include @@ -75,6 +72,7 @@ #include #include #include +#include #include #include #include @@ -99,7 +97,6 @@ #include #include #include -#include #include #include #include @@ -120,7 +117,6 @@ #include #include #include -#include #include #include #include @@ -148,7 +144,6 @@ #include #include #include -#include #include #include #include -- cgit