Codemod: use #include angle brackets in folly and thrift
[folly.git] / folly / test / MoveWrapperTest.cpp
index 4eb4bcbaa3163793615b37bbf3fcbf4e9bc476a6..9856943a38482a8adbbb4aefa7525a2494df5a1c 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.
@@ -16,7 +16,7 @@
 
 #include <gtest/gtest.h>
 
-#include "folly/MoveWrapper.h"
+#include <folly/MoveWrapper.h>
 #include <memory>
 
 namespace folly {