Codemod: use #include angle brackets in folly and thrift
[folly.git] / folly / test / PaddedTest.cpp
index 32ef47627a5f3dee7ae7973ec85337f0c93fa479..98978265e2c72bcc72af7b321c1daaeab8b7253a 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.
@@ -14,7 +14,7 @@
  * limitations under the License.
  */
 
-#include "folly/Padded.h"
+#include <folly/Padded.h>
 
 #include <glog/logging.h>
 #include <gtest/gtest.h>