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 --- dbaccess/inc/pch/precompiled_dbaxml.hxx | 7 +++---- dbaccess/inc/pch/precompiled_dbmm.hxx | 7 +++---- 2 files changed, 6 insertions(+), 8 deletions(-) (limited to 'dbaccess/inc') diff --git a/dbaccess/inc/pch/precompiled_dbaxml.hxx b/dbaccess/inc/pch/precompiled_dbaxml.hxx index 2d092e6fd2da..1e7d015bf390 100644 --- a/dbaccess/inc/pch/precompiled_dbaxml.hxx +++ b/dbaccess/inc/pch/precompiled_dbaxml.hxx @@ -13,14 +13,13 @@ 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:28 using: + Generated on 2016-02-06 12:34:08 using: ./bin/update_pch dbaccess dbaxml --cutoff=2 --exclude:system --exclude:module --exclude:local If after updating build fails, use the following command to locate conflicting headers: - ./bin/update_pch_bisect ./dbaccess/inc/pch/precompiled_dbaxml.hxx "/opt/lo/bin/make dbaccess.build" --find-conflicts + ./bin/update_pch_bisect ./dbaccess/inc/pch/precompiled_dbaxml.hxx "make dbaccess.build" --find-conflicts */ -#include #include #include #include @@ -40,11 +39,11 @@ #include #include #include -#include #include #include #include #include +#include #include #include #include diff --git a/dbaccess/inc/pch/precompiled_dbmm.hxx b/dbaccess/inc/pch/precompiled_dbmm.hxx index 54dec4acd734..6948d9c29863 100644 --- a/dbaccess/inc/pch/precompiled_dbmm.hxx +++ b/dbaccess/inc/pch/precompiled_dbmm.hxx @@ -13,16 +13,15 @@ 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:28 using: + Generated on 2016-02-06 12:33:59 using: ./bin/update_pch dbaccess dbmm --cutoff=10 --exclude:system --include:module --exclude:local If after updating build fails, use the following command to locate conflicting headers: - ./bin/update_pch_bisect ./dbaccess/inc/pch/precompiled_dbmm.hxx "/opt/lo/bin/make dbaccess.build" --find-conflicts + ./bin/update_pch_bisect ./dbaccess/inc/pch/precompiled_dbmm.hxx "make dbaccess.build" --find-conflicts */ #include #include -#include #include #include #include @@ -92,7 +91,6 @@ #include #include #include -#include #include #include #include @@ -111,6 +109,7 @@ #include #include #include +#include #include #include #include -- cgit v1.2.3