Skip to content

Commit 7ec473b

Browse files
committed
Simplifying includes
1 parent 919a050 commit 7ec473b

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

src/pch.h

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,10 +26,7 @@
2626
#define WSDDN_IGNORE_DEPRECATED_END
2727
#endif
2828

29-
#include <argum/parser.h>
30-
#include <argum/type-parsers.h>
31-
#include <argum/validators.h>
32-
#include <argum/detect-system.h>
29+
#include <argum/argum.h>
3330

3431
#include <spdlog/fmt/fmt.h>
3532

0 commit comments

Comments
 (0)