standardize imgui headers as user instead of system
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
#ifndef YAZE_APP_CORE_PROJECT_H
|
||||
#define YAZE_APP_CORE_PROJECT_H
|
||||
|
||||
#include <abseil-cpp/absl/strings/match.h>
|
||||
#include "absl/strings/match.h"
|
||||
|
||||
#include <fstream>
|
||||
#include <string>
|
||||
@@ -135,4 +135,4 @@ struct Project : public core::ExperimentFlags {
|
||||
} // namespace app
|
||||
} // namespace yaze
|
||||
|
||||
#endif // YAZE_APP_CORE_PROJECT_H
|
||||
#endif // YAZE_APP_CORE_PROJECT_H
|
||||
|
||||
Reference in New Issue
Block a user