summaryrefslogtreecommitdiff
path: root/src/node_dtrace.cc
diff options
context:
space:
mode:
authorJulien Gilli <julien.gilli@joyent.com>2014-11-17 12:00:11 -0800
committercjihrig <cjihrig@gmail.com>2015-03-16 16:20:16 -0400
commit68d4bed2fd05f22472cebb24cb10a5679de47cbf (patch)
tree2b6f121b9ad2155514a2f1e4e9b21d3c8a975129 /src/node_dtrace.cc
parent30666f22ca5041a991ab9e7311916ac218ed4c0f (diff)
downloadandroid-node-v8-68d4bed2fd05f22472cebb24cb10a5679de47cbf.tar.gz
android-node-v8-68d4bed2fd05f22472cebb24cb10a5679de47cbf.tar.bz2
android-node-v8-68d4bed2fd05f22472cebb24cb10a5679de47cbf.zip
make: remove node_dtrace from cpplint excludes
PR-URL: https://github.com/joyent/node/pull/8741 Reviewed-By: Fedor Indutny <fedor@indutny.com>
Diffstat (limited to 'src/node_dtrace.cc')
-rw-r--r--src/node_dtrace.cc10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/node_dtrace.cc b/src/node_dtrace.cc
index 1b25db44e2..d82e0f7dcb 100644
--- a/src/node_dtrace.cc
+++ b/src/node_dtrace.cc
@@ -1,12 +1,8 @@
-#include "util.h"
+#include "node_dtrace.h"
#ifdef HAVE_DTRACE
-#include "node_dtrace.h"
#include "node_provider.h"
-#include <string.h>
#elif HAVE_ETW
-#include "node_dtrace.h"
-#include <string.h>
#include "node_win32_etw_provider.h"
#include "node_win32_etw_provider-inl.h"
#else
@@ -29,6 +25,10 @@
#include "env.h"
#include "env-inl.h"
+#include "util.h"
+
+#include <string.h>
+
namespace node {
using v8::FunctionCallbackInfo;