updated include to be more scoped

This commit is contained in:
2026-02-23 14:08:18 +01:00
parent a48ff4780b
commit b03d9bf998
9 changed files with 17 additions and 18 deletions

View File

@@ -3,6 +3,7 @@
#include "ShadowrunApi.hpp"
#include "ShadowrunDb.hpp"
#include "login.hpp"
#include "magic_enum.hpp"
#include <vector>
using namespace std;

View File

@@ -1,7 +1,7 @@
#ifndef __SHADOWRUNAPI_H__
#define __SHADOWRUNAPI_H__
#include "crow.h"
#include "crow/app.h"
#include "crow/middlewares/cors.h"
namespace shadowrun {

View File

@@ -1,6 +1,7 @@
#include "ShadowrunDb.hpp"
#include <optional>
#include "databasepool.h"
#include "magic_enum.hpp"
#include "utils.hpp"
#include "crow/logging.h"

View File

@@ -7,8 +7,6 @@
#include <optional>
#include "json.hpp"
#include "utils.hpp"
#include "sqlite_orm.h"
#include "magic_enum.hpp"
namespace shadowrun {
enum class Type {