summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorJonathan Sternberg <jonathansternberg@gmail.com>2012-05-30 13:46:20 (GMT)
committerJonathan Sternberg <jonathansternberg@gmail.com>2012-05-30 17:27:51 (GMT)
commit368a455ec4ee1275040873b129df5a12dff9499e (patch)
tree3ca02be7761211cd625338cae3133646bce4d0b3 /src
parent2cb91b528aeeb013bd6c61b3d09ebf3601bf1fee (diff)
downloadNinja-368a455ec4ee1275040873b129df5a12dff9499e.zip
Ninja-368a455ec4ee1275040873b129df5a12dff9499e.tar.gz
Ninja-368a455ec4ee1275040873b129df5a12dff9499e.tar.bz2
Removing unused sys/termios.h header.
Diffstat (limited to 'src')
-rw-r--r--src/build.cc1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/build.cc b/src/build.cc
index 157442d..8246a08 100644
--- a/src/build.cc
+++ b/src/build.cc
@@ -23,7 +23,6 @@
#include <unistd.h>
#include <sys/ioctl.h>
#include <sys/time.h>
-#include <sys/termios.h>
#endif
#include "build_log.h"