Skip to content

Commit

Permalink
Remove unused headers
Browse files Browse the repository at this point in the history
  • Loading branch information
maxim-zhao committed Nov 5, 2022
1 parent 25c0d8e commit c93efba
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 4 deletions.
1 change: 0 additions & 1 deletion libvgmtool/BcdVersion.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
#include <format>
#include <stdexcept>

#include "utils.h"
#include "BinaryData.h"

void BcdVersion::from_binary(BinaryData& data)
Expand Down
1 change: 0 additions & 1 deletion libvgmtool/BcdVersion.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
#pragma once
#include <inttypes.h>
#include <string>

class BinaryData;
Expand Down
1 change: 0 additions & 1 deletion libvgmtool/Gd3Tag.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
#include <ranges>

#include "BinaryData.h"
#include "utils.h"

namespace
{
Expand Down
1 change: 0 additions & 1 deletion libvgmtool/trim.cpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
#include <cstdlib>
#include <cstring>
#include <cstdio>
#include "trim.h"

Expand Down

0 comments on commit c93efba

Please sign in to comment.