diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2017-10-23 22:37:22 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2017-10-23 22:46:02 +0200 |
commit | 60de56cf1ae694fd86a2ce20711cf97958228656 (patch) | |
tree | b3a7383e263a886803ac7cca73bb59d64f670d58 /mysqlc | |
parent | a1734eecf636a9d943c70a76c90a35c96efe5a27 (diff) |
loplugin:includeform: mysqlc
Change-Id: I9c234873c47830b364e069cdedc64806ee7724ad
Diffstat (limited to 'mysqlc')
-rw-r--r-- | mysqlc/source/mysqlc_resultsetmetadata.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mysqlc/source/mysqlc_resultsetmetadata.cxx b/mysqlc/source/mysqlc_resultsetmetadata.cxx index 6b3cf12eb43f..1c4472f393eb 100644 --- a/mysqlc/source/mysqlc_resultsetmetadata.cxx +++ b/mysqlc/source/mysqlc_resultsetmetadata.cxx @@ -19,7 +19,7 @@ #include "mysqlc_resultsetmetadata.hxx" #include "mysqlc_general.hxx" -#include "cppconn/exception.h" +#include <cppconn/exception.h> #include <rtl/ustrbuf.hxx> |