Skip to content

Commit

Permalink
[core] Remove duplicated includes
Browse files Browse the repository at this point in the history
  • Loading branch information
quink-black authored and maxsharabayko committed Apr 5, 2022
1 parent 5bf0cc1 commit f1ec270
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion srtcore/epoll.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,6 @@ modified by
#include "epoll.h"
#include "logging.h"
#include "udt.h"
#include "logging.h"

using namespace std;
using namespace srt::sync;
Expand Down
1 change: 0 additions & 1 deletion srtcore/utilities.h
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@ written by
#include <memory>
#include <iomanip>
#include <sstream>
#include <iomanip>

#if HAVE_CXX11
#include <type_traits>
Expand Down

0 comments on commit f1ec270

Please sign in to comment.