Removed warning for column_types include

This commit is contained in:
rbock
2015-10-31 11:04:30 +01:00
parent fae1f08d93
commit 51fd8c7007

View File

@@ -27,7 +27,6 @@
#ifndef SQLPP_COLUMN_TYPES_H
#define SQLPP_COLUMN_TYPES_H
#warning column_types.h is deprecated, please include data_types.h instead
#include <sqlpp11/data_types.h>
#endif