summaryrefslogtreecommitdiff
path: root/include/services.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/services.h')
-rw-r--r--include/services.h13
1 files changed, 2 insertions, 11 deletions
diff --git a/include/services.h b/include/services.h
index fe083ce8f..5a2a6dd6b 100644
--- a/include/services.h
+++ b/include/services.h
@@ -58,17 +58,8 @@
# define MYSQL_WARNING 2
# define MYSQL_ERROR 4
-#ifdef HAVE_MYSQL_MYSQL_H
-#ifdef MYSQL_HEADER_PREFIX
- #include <mysql/mysql.h>
- #include <mysql/errmsg.h>
-#else
- #include <mysql.h>
- #include <errmsg.h>
-#endif
-#endif
-
-
+#include "mysql.h"
+#include "errmsg.h"
#endif
#if HAVE_STRINGS_H