Fix copyright lines
[folly.git] / folly / FBString.h
index 9c9f670bf0290093bf2e289314208d52ccec5868..aa312b1dc9d5cd2bd219985365c37663b48010fc 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2017 Facebook, Inc.
+ * Copyright 2011-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.
@@ -54,8 +54,8 @@
 #include <string>
 #include <utility>
 
-#include <folly/Hash.h>
 #include <folly/Traits.h>
+#include <folly/hash/Hash.h>
 #include <folly/memory/Malloc.h>
 #include <folly/portability/BitsFunctexcept.h>