diff options
author | Vladimir Glazounov <vg@openoffice.org> | 2007-04-11 11:35:02 +0000 |
---|---|---|
committer | Vladimir Glazounov <vg@openoffice.org> | 2007-04-11 11:35:02 +0000 |
commit | 5c7e69556a8f6329b3f761fd6cf434eeea66fadb (patch) | |
tree | 49d15b1ae34afc2423e3c92ccdf636f1ad96dd50 /connectivity | |
parent | ef823f8d6960e534146c3be3f6d7c20e985e6920 (diff) |
INTEGRATION: CWS hedaburemove01 (1.20.98); FILE MERGED
2007/02/09 16:04:43 vg 1.20.98.1: #72503# get rid of hedabu procedure: Moving headers to connectivity/inc/connectivity and correspondent necessary changes
Diffstat (limited to 'connectivity')
-rw-r--r-- | connectivity/inc/connectivity/sqlparse.hxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/connectivity/inc/connectivity/sqlparse.hxx b/connectivity/inc/connectivity/sqlparse.hxx index 7bf5a5a56722..ff7bcd8a527c 100644 --- a/connectivity/inc/connectivity/sqlparse.hxx +++ b/connectivity/inc/connectivity/sqlparse.hxx @@ -4,9 +4,9 @@ * * $RCSfile: sqlparse.hxx,v $ * - * $Revision: 1.20 $ + * $Revision: 1.21 $ * - * last change: $Author: obo $ $Date: 2006-07-13 15:12:50 $ + * last change: $Author: vg $ $Date: 2007-04-11 12:35:02 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -48,7 +48,7 @@ #ifndef FLEX_SCANNER #ifndef BISON_INCLUDED #define BISON_INCLUDED -#include <sqlbison.hxx> +#include "sqlbison.hxx" #endif #endif #endif |