support IndexedMemPool for types without default constructor
[folly.git] / folly / test / CpuIdTest.cpp
index 1692f92c7deda89bdbc5737ad7a45c8fe9d1310f..7840a4b9bca0efb0a61e5578c06a0091789bd7ef 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Facebook, Inc.
+ * Copyright 2015 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/CpuId.h"
+#include <folly/CpuId.h>
 
 #include <glog/logging.h>
 #include <gtest/gtest.h>
@@ -26,4 +26,3 @@ TEST(CpuId, Simple) {
   CpuId id;
   EXPECT_TRUE(id.mmx());
 }
-