diff options
author | Thomas Arnhold <thomas@arnhold.org> | 2014-04-18 18:41:08 +0200 |
---|---|---|
committer | Thomas Arnhold <thomas@arnhold.org> | 2014-04-19 11:10:08 +0200 |
commit | 888057cb5c2b7a349c69ccaf22714a43f0e75430 (patch) | |
tree | a9cce18b346300880b1a9606e03bca6e948a38ee /connectivity/source/drivers/hsqldb/accesslog.hxx | |
parent | b4285a90d8cf9361381d5b5c4dddf2f9d57f10d3 (diff) |
fixincludeguards.sh: connectivity
Diffstat (limited to 'connectivity/source/drivers/hsqldb/accesslog.hxx')
-rw-r--r-- | connectivity/source/drivers/hsqldb/accesslog.hxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/connectivity/source/drivers/hsqldb/accesslog.hxx b/connectivity/source/drivers/hsqldb/accesslog.hxx index b00d618e72d3..99af74503f3c 100644 --- a/connectivity/source/drivers/hsqldb/accesslog.hxx +++ b/connectivity/source/drivers/hsqldb/accesslog.hxx @@ -17,8 +17,8 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef CONNECTIVITY_HSQLDB_ACCESSLOG_HXX -#define CONNECTIVITY_HSQLDB_ACCESSLOG_HXX +#ifndef INCLUDED_CONNECTIVITY_SOURCE_DRIVERS_HSQLDB_ACCESSLOG_HXX +#define INCLUDED_CONNECTIVITY_SOURCE_DRIVERS_HSQLDB_ACCESSLOG_HXX #ifdef HSQLDB_DBG @@ -134,6 +134,6 @@ namespace connectivity { namespace hsqldb } } #endif -#endif // CONNECTIVITY_HSQLDB_ACCESSLOG_HXX +#endif // INCLUDED_CONNECTIVITY_SOURCE_DRIVERS_HSQLDB_ACCESSLOG_HXX /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ |