summaryrefslogtreecommitdiff
path: root/src/tty_wrap.cc
diff options
context:
space:
mode:
authorBen Noordhuis <info@bnoordhuis.nl>2012-03-10 00:11:11 +0100
committerBen Noordhuis <info@bnoordhuis.nl>2012-03-10 00:14:14 +0100
commitff4a9d381d2c77d1e074f9886c71003d5b7db25f (patch)
tree93507a7dc06d66551215030f6a6fc5cbb9dacb09 /src/tty_wrap.cc
parent8c02f9b7c844909cf5977d065b793c99eb0f9c45 (diff)
downloadandroid-node-v8-ff4a9d381d2c77d1e074f9886c71003d5b7db25f.tar.gz
android-node-v8-ff4a9d381d2c77d1e074f9886c71003d5b7db25f.tar.bz2
android-node-v8-ff4a9d381d2c77d1e074f9886c71003d5b7db25f.zip
core: use proper #include directives
Diffstat (limited to 'src/tty_wrap.cc')
-rw-r--r--src/tty_wrap.cc10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/tty_wrap.cc b/src/tty_wrap.cc
index 486c2a70b4..8647ea0b9c 100644
--- a/src/tty_wrap.cc
+++ b/src/tty_wrap.cc
@@ -19,11 +19,11 @@
// OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE
// USE OR OTHER DEALINGS IN THE SOFTWARE.
-#include <node.h>
-#include <node_buffer.h>
-#include <req_wrap.h>
-#include <handle_wrap.h>
-#include <stream_wrap.h>
+#include "node.h"
+#include "node_buffer.h"
+#include "req_wrap.h"
+#include "handle_wrap.h"
+#include "stream_wrap.h"
namespace node {