Codemod: use #include angle brackets in folly and thrift
[folly.git] / folly / experimental / EventCount.h
index 5a11a3300666df805b7633777a15e6426c01cfac..df6722ea4984fb0b603d26adece4e1a09401103f 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2013 Facebook, Inc.
+ * Copyright 2014 Facebook, Inc.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
@@ -26,8 +26,8 @@
 #include <atomic>
 #include <thread>
 
-#include "folly/Bits.h"
-#include "folly/Likely.h"
+#include <folly/Bits.h>
+#include <folly/Likely.h>
 
 
 namespace folly {