mirror of
https://github.com/rbock/sqlpp11.git
synced 2026-01-06 05:00:37 -06:00
Replace include guards with "#pragma once" in all header files and in the database model generator scripts. (#506)
This commit is contained in:
@@ -1,3 +1,5 @@
|
||||
#pragma once
|
||||
|
||||
/*
|
||||
* Copyright (c) 2013-2015, Roland Bock
|
||||
* All rights reserved.
|
||||
@@ -23,9 +25,6 @@
|
||||
* OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
*/
|
||||
|
||||
#ifndef SQLPP_TESTS_SQLITE3_COMPARE_H
|
||||
#define SQLPP_TESTS_SQLITE3_COMPARE_H
|
||||
|
||||
#include <sqlpp11/sqlite3/connection.h>
|
||||
|
||||
#include <iostream>
|
||||
@@ -59,5 +58,3 @@ namespace
|
||||
assert_equal(lineNo, result, expected);
|
||||
}
|
||||
} // namespace
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user