mirror of
https://github.com/luanti-org/luanti.git
synced 2025-11-21 00:45:23 +01:00
Clean up header includes (#16674)
This commit is contained in:
@@ -6,7 +6,8 @@
|
||||
#include "convert_json.h"
|
||||
#include "remoteplayer.h"
|
||||
#include "settings.h"
|
||||
#include "porting.h"
|
||||
#include "exceptions.h"
|
||||
#include "debug.h"
|
||||
#include "filesys.h"
|
||||
#include "server/player_sao.h"
|
||||
#include "util/string.h"
|
||||
|
||||
@@ -8,6 +8,7 @@
|
||||
|
||||
#include "database-leveldb.h"
|
||||
|
||||
#include "debug.h"
|
||||
#include "log.h"
|
||||
#include "filesys.h"
|
||||
#include "exceptions.h"
|
||||
|
||||
@@ -17,7 +17,6 @@
|
||||
|
||||
#include "debug.h"
|
||||
#include "exceptions.h"
|
||||
#include "settings.h"
|
||||
#include "remoteplayer.h"
|
||||
#include "server/player_sao.h"
|
||||
#include <cstdlib>
|
||||
|
||||
@@ -7,7 +7,6 @@
|
||||
#include <string>
|
||||
#include <libpq-fe.h>
|
||||
#include "database.h"
|
||||
#include "util/basic_macros.h"
|
||||
|
||||
// Template class for PostgreSQL based data storage
|
||||
class Database_PostgreSQL : public Database
|
||||
|
||||
Reference in New Issue
Block a user