X-Git-Url: http://plrg.eecs.uci.edu/git/?a=blobdiff_plain;f=folly%2Ftest%2FCpuIdTest.cpp;h=7840a4b9bca0efb0a61e5578c06a0091789bd7ef;hb=a0359850fd45080ff0862ca0a11884efb424d7d2;hp=1692f92c7deda89bdbc5737ad7a45c8fe9d1310f;hpb=7fd87e7e86bb78dc693da2111bf915761346d540;p=folly.git diff --git a/folly/test/CpuIdTest.cpp b/folly/test/CpuIdTest.cpp index 1692f92c..7840a4b9 100644 --- a/folly/test/CpuIdTest.cpp +++ b/folly/test/CpuIdTest.cpp @@ -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 #include #include @@ -26,4 +26,3 @@ TEST(CpuId, Simple) { CpuId id; EXPECT_TRUE(id.mmx()); } -