summaryrefslogtreecommitdiff
path: root/lib/db.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/db.h')
-rw-r--r--lib/db.h8
1 files changed, 2 insertions, 6 deletions
diff --git a/lib/db.h b/lib/db.h
index 8c95882..17c6b25 100644
--- a/lib/db.h
+++ b/lib/db.h
@@ -5,8 +5,7 @@
*
*/
-#ifndef __DB_H
-#define __DB_H
+#pragma once
#include <linux/unistd.h>
@@ -16,7 +15,7 @@
#include <stdarg.h>
#include <errno.h>
-#include <mysql/mysql.h>
+#include <mysql.h>
#include <list>
@@ -1368,6 +1367,3 @@ class cDbProcedure : public cDbService
char* name;
};
-
-//***************************************************************************
-#endif //__DB_H