Codechange: no longer add "src" to the include-path (#13511)

This commit is contained in:
Patric Stout
2025-02-09 20:43:15 +01:00
committed by GitHub
parent 588597805d
commit 86841ba1f0
14 changed files with 26 additions and 28 deletions

View File

@@ -9,7 +9,7 @@
#include "../stdafx.h"
#include "network_survey.h"
#include "settings_table.h"
#include "../settings_table.h"
#include "network.h"
#include "network_func.h"
#include "../debug.h"