Fix copyright lines
[folly.git] / folly / experimental / EventCount.h
index 1496b8b17139d6cddc8fdbf1237a306fe427e193..ee2f697f11b2619cb1363a3b67f463f6b3f5a8f5 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2017 Facebook, Inc.
+ * Copyright 2012-present Facebook, Inc.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
 
 #include <glog/logging.h>
 
-#include <folly/Bits.h>
 #include <folly/Likely.h>
 #include <folly/detail/Futex.h>
+#include <folly/lang/Bits.h>
 #include <folly/portability/SysTime.h>
 #include <folly/portability/Unistd.h>
 
-
 namespace folly {
 
 /**