X-Git-Url: http://plrg.eecs.uci.edu/git/?a=blobdiff_plain;f=folly%2FAtomicHashMap.h;h=f1fd787ad46b69a973595a4102d0cd028f20d0dc;hb=8b05be27769e2e3d5d1681251953506c22f76b45;hp=bac9b4b9243fd6936019af242257b22d36468e58;hpb=2129f9b5e34ae3a958e50f9fcb3032086366abb8;p=folly.git diff --git a/folly/AtomicHashMap.h b/folly/AtomicHashMap.h index bac9b4b9..f1fd787a 100644 --- a/folly/AtomicHashMap.h +++ b/folly/AtomicHashMap.h @@ -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. @@ -90,11 +90,11 @@ #include #include -#include "folly/AtomicHashArray.h" -#include "folly/Foreach.h" -#include "folly/Hash.h" -#include "folly/Likely.h" -#include "folly/ThreadCachedInt.h" +#include +#include +#include +#include +#include namespace folly { @@ -410,6 +410,6 @@ class AtomicHashMap : boost::noncopyable { } // namespace folly -#include "AtomicHashMap-inl.h" +#include #endif // FOLLY_ATOMICHASHMAP_H_