Removed redundant #includes and fixed spelling mistakes.

This commit is contained in:
latitude37s
2013-12-19 16:32:55 +00:00
parent fd6e98ee02
commit a1792fa833
5 changed files with 9 additions and 13 deletions

View File

@@ -40,7 +40,7 @@
#define Data_MySQL_Connector_INCLUDED
#include "MySQL.h"
#include "Poco/Data/MySQL/MySQL.h"
#include "Poco/Data/Connector.h"

View File

@@ -42,8 +42,6 @@
#include <mysql.h>
#include "Poco/Data/MySQL/MySQLException.h"
#include <vector>
namespace Poco {
namespace Data {
namespace MySQL {
@@ -87,7 +85,7 @@ public:
/// Commit transaction
void rollback();
/// Rollback trabsaction
/// Rollback transaction
operator MYSQL* ();

View File

@@ -42,8 +42,6 @@
#include <mysql.h>
#include "Poco/Data/MySQL/MySQLException.h"
#include <vector>
namespace Poco {
namespace Data {
namespace MySQL {