Skip to content

Commit

Permalink
drop unnecessary includes to preserve ABI compatibility (atom#278)
Browse files Browse the repository at this point in the history
  • Loading branch information
shiftkey authored May 26, 2020
1 parent c3ca99f commit 8b7183a
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion src/async.cc
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
#include <vector>

#include "napi.h"
#include "uv.h"
#include "keytar.h"
#include "async.h"

Expand Down
1 change: 0 additions & 1 deletion src/async.h
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@

#include <string>
#include "napi.h"
#include "uv.h"

#include "credentials.h"

Expand Down
1 change: 0 additions & 1 deletion src/main.cc
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
#include "napi.h"
#include "uv.h"
#include "async.h"

namespace {
Expand Down

0 comments on commit 8b7183a

Please sign in to comment.