We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e860a6b commit 3209f53Copy full SHA for 3209f53
include/RhythmGameUtilities/File.hpp
@@ -2,7 +2,6 @@
2
3
#include <fstream>
4
#include <iostream>
5
-#include <sstream>
6
#include <string>
7
8
namespace RhythmGameUtilities
include/RhythmGameUtilities/Parsers.hpp
@@ -1,6 +1,5 @@
1
#pragma once
-#include <algorithm>
#include <map>
#include <regex>
@@ -13,7 +12,6 @@
13
12
#include "Structs/Note.h"
14
15
#include "Common.hpp"
16
-#include "Utilities.hpp"
17
18
#ifdef _WIN32
19
#define PACKAGE_API __declspec(dllexport)
include/RhythmGameUtilities/ParsersInternal.hpp
@@ -1,7 +1,6 @@
#include "Parsers.hpp"
0 commit comments