X-Git-Url: http://plrg.eecs.uci.edu/git/?a=blobdiff_plain;f=folly%2Ftest%2FCpuIdTest.cpp;h=7840a4b9bca0efb0a61e5578c06a0091789bd7ef;hb=a0359850fd45080ff0862ca0a11884efb424d7d2;hp=89aa645862440ab17cf2733c0f04533119e67679;hpb=5c77fedbef46995a71ffa268c9fcaf49efddd01b;p=folly.git diff --git a/folly/test/CpuIdTest.cpp b/folly/test/CpuIdTest.cpp index 89aa6458..7840a4b9 100644 --- a/folly/test/CpuIdTest.cpp +++ b/folly/test/CpuIdTest.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2013 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()); } -