Skip to content

Commit

Permalink
Fix includes.
Browse files Browse the repository at this point in the history
  • Loading branch information
ezbr committed Dec 23, 2024
1 parent f86f3c8 commit 08bfbf0
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions common/hashing.h
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,14 @@
#include <type_traits>
#include <utility>

#include "third_party/carbon/lang/common/check.h"
#include "third_party/carbon/lang/common/ostream.h"
#include "third_party/llvm/llvm-project/llvm/include/llvm/ADT/APFloat.h"
#include "third_party/llvm/llvm-project/llvm/include/llvm/ADT/APInt.h"
#include "third_party/llvm/llvm-project/llvm/include/llvm/ADT/ArrayRef.h"
#include "third_party/llvm/llvm-project/llvm/include/llvm/ADT/SmallVector.h"
#include "third_party/llvm/llvm-project/llvm/include/llvm/ADT/StringRef.h"
#include "third_party/llvm/llvm-project/llvm/include/llvm/Support/FormatVariadic.h"
#include "common/check.h"
#include "common/ostream.h"
#include "llvm/ADT/APFloat.h"
#include "llvm/ADT/APInt.h"
#include "llvm/ADT/ArrayRef.h"
#include "llvm/ADT/SmallVector.h"
#include "llvm/ADT/StringRef.h"
#include "llvm/Support/FormatVariadic.h"

#ifdef __ARM_ACLE
#include <arm_acle.h>
Expand Down

0 comments on commit 08bfbf0

Please sign in to comment.