Common header is made and costs are moved there

This commit is contained in:
2025-07-22 17:42:27 +03:00
parent 01c8e9d03b
commit 1450dd4621
8 changed files with 24 additions and 22 deletions

View File

@@ -1,4 +1,5 @@
#include "../../settings.hpp"
#include "../Common.hpp"
#include <dpp/dispatcher.h>
#include <dpp/dpp.h>
#include <dpp/guild.h>

View File

@@ -1,5 +1,5 @@
#include "../../settings.hpp" // This is where language is imported
#include "../Base/SQL.hpp"
#include "../Common.hpp"
#include "TransactionMethods.hpp"
#include <dpp/appcommand.h>

View File

@@ -1,4 +1,4 @@
#include "../../settings.hpp"
#include "../Common.hpp"
#include <dpp/dispatcher.h>
#include <dpp/dpp.h>
#include <dpp/guild.h>