Skip to content

Commit

Permalink
Fix some includes.
Browse files Browse the repository at this point in the history
GitOrigin-RevId: abe527ca92b2136ee6a95b046ef53bdde32be6d5
  • Loading branch information
levlam committed Jul 27, 2018
1 parent 5e6672e commit f0070c0
Show file tree
Hide file tree
Showing 5 changed files with 1 addition and 4 deletions.
1 change: 0 additions & 1 deletion td/telegram/LanguagePackManager.h
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@

#include "td/utils/Container.h"
#include "td/utils/Slice.h"
#include "td/utils/Status.h"

#include <mutex>
#include <unordered_map>
Expand Down
1 change: 0 additions & 1 deletion tdnet/td/net/HttpProxy.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
#include "td/utils/base64.h"
#include "td/utils/logging.h"
#include "td/utils/misc.h"
#include "td/utils/port/Fd.h"
#include "td/utils/Slice.h"

namespace td {
Expand Down
1 change: 0 additions & 1 deletion tdnet/td/net/Socks5.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@

#include "td/utils/logging.h"
#include "td/utils/misc.h"
#include "td/utils/port/Fd.h"
#include "td/utils/Slice.h"

namespace td {
Expand Down
1 change: 0 additions & 1 deletion tdnet/td/net/TransparentProxy.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@

#include "td/utils/logging.h"
#include "td/utils/port/Fd.h"
#include "td/utils/Slice.h"

namespace td {

Expand Down
1 change: 1 addition & 0 deletions tdnet/td/net/TransparentProxy.h
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@

#include "td/utils/BufferedFd.h"
#include "td/utils/common.h"
#include "td/utils/logging.h"
#include "td/utils/port/IPAddress.h"
#include "td/utils/port/SocketFd.h"
#include "td/utils/Status.h"
Expand Down

0 comments on commit f0070c0

Please sign in to comment.