remove useless nfd submodule

This commit is contained in:
SimoneN64
2024-09-03 23:21:10 +02:00
parent 226684ed51
commit 450c86c16d
2 changed files with 1 additions and 3 deletions

3
.gitmodules vendored
View File

@@ -1,6 +1,3 @@
[submodule "external/nativefiledialog-extended"]
path = external/nativefiledialog-extended
url = https://github.com/btzy/nativefiledialog-extended/
[submodule "external/parallel-rdp/parallel-rdp-standalone"] [submodule "external/parallel-rdp/parallel-rdp-standalone"]
path = external/parallel-rdp/parallel-rdp-standalone path = external/parallel-rdp/parallel-rdp-standalone
url = https://github.com/SimoneN64/parallel-rdp-standalone/ url = https://github.com/SimoneN64/parallel-rdp-standalone/

View File

@@ -1,5 +1,6 @@
#pragma once #pragma once
#include <common.hpp> #include <common.hpp>
#include <fmt/color.h>
#include <fmt/core.h> #include <fmt/core.h>
#include <string> #include <string>
#if !defined(NDEBUG) && !defined(_WIN32) #if !defined(NDEBUG) && !defined(_WIN32)