Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion include/RhythmGameUtilities/File.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@

#include <fstream>
#include <iostream>
#include <sstream>
#include <string>

namespace RhythmGameUtilities
Expand Down
2 changes: 0 additions & 2 deletions include/RhythmGameUtilities/Parsers.hpp
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
#pragma once

#include <algorithm>
#include <map>
#include <regex>
#include <string>
Expand All @@ -13,7 +12,6 @@
#include "Structs/Note.h"

#include "Common.hpp"
#include "Utilities.hpp"

#ifdef _WIN32
#define PACKAGE_API __declspec(dllexport)
Expand Down
1 change: 0 additions & 1 deletion include/RhythmGameUtilities/ParsersInternal.hpp
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
#pragma once

#include "Parsers.hpp"
#include "Utilities.hpp"

#ifdef _WIN32
#define PACKAGE_API __declspec(dllexport)
Expand Down