summaryrefslogtreecommitdiff
path: root/src/tty_wrap.cc
diff options
context:
space:
mode:
authorBen Noordhuis <info@bnoordhuis.nl>2013-07-31 23:16:08 +0200
committerBen Noordhuis <info@bnoordhuis.nl>2013-07-31 23:16:26 +0200
commit02cab97490690610ab5c4ce5d76208d415f0d2c4 (patch)
treea4ac0a734d86ee9a0363ca631a175da016778847 /src/tty_wrap.cc
parent847c6d980c83274b6c37e29a07d19a696435588b (diff)
downloadandroid-node-v8-02cab97490690610ab5c4ce5d76208d415f0d2c4.tar.gz
android-node-v8-02cab97490690610ab5c4ce5d76208d415f0d2c4.tar.bz2
android-node-v8-02cab97490690610ab5c4ce5d76208d415f0d2c4.zip
src: more lint after cpplint tightening
Commit 847c6d9 adds a 'project headers before system headers' check to cpplint. Update the files in src/ to make the linter pass again.
Diffstat (limited to 'src/tty_wrap.cc')
-rw-r--r--src/tty_wrap.cc6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/tty_wrap.cc b/src/tty_wrap.cc
index d3c2a348d6..a53cfe87f7 100644
--- a/src/tty_wrap.cc
+++ b/src/tty_wrap.cc
@@ -19,13 +19,13 @@
// OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE
// USE OR OTHER DEALINGS IN THE SOFTWARE.
+#include "tty_wrap.h"
#include "node.h"
#include "node_buffer.h"
-#include "req_wrap.h"
#include "handle_wrap.h"
-#include "stream_wrap.h"
-#include "tty_wrap.h"
#include "node_wrap.h"
+#include "req_wrap.h"
+#include "stream_wrap.h"
namespace node {