build: Fix weird macOS build errors (#591)

* cleanup

* Remove prints
This commit is contained in:
WerWolv
2022-07-26 14:59:08 +02:00
committed by GitHub
parent d356993e33
commit fb4c21b97a
16 changed files with 17 additions and 18 deletions

View File

@@ -9,9 +9,9 @@
#include <hex/helpers/fs.hpp>
#include <hex/helpers/logger.hpp>
#include <fontawesome_font.h>
#include <codicons_font.h>
#include <unifont_font.h>
#include <fonts/fontawesome_font.h>
#include <fonts/codicons_font.h>
#include <fonts/unifont_font.h>
#include <hex/api/plugin_manager.hpp>