Skip to content

Commit

Permalink
cleanup IOCallback includes
Browse files Browse the repository at this point in the history
  • Loading branch information
robUx4 committed Feb 18, 2024
1 parent 0c2a80c commit 52ab256
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
4 changes: 0 additions & 4 deletions ebml/IOCallback.h
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,7 @@
#include "EbmlConfig.h"
#include "EbmlTypes.h"

#include <cassert>
#include <exception>
#include <cstdio>
#include <cstddef>
// #include <iostream>


namespace libebml {
Expand Down
1 change: 1 addition & 0 deletions ebml/SafeReadIOCallback.h
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
#include "IOCallback.h"

#include <memory>
#include <exception>

namespace libebml {

Expand Down

0 comments on commit 52ab256

Please sign in to comment.