From dd8ba3c275d21c4c5ea0da337a7c04610b2e3311 Mon Sep 17 00:00:00 2001 From: Gabor Greif Date: Tue, 20 Jul 2010 19:35:55 +0000 Subject: tidy up llvm-svn: 108889 --- llvm/unittests/Support/Casting.cpp | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) (limited to 'llvm/unittests/Support/Casting.cpp') diff --git a/llvm/unittests/Support/Casting.cpp b/llvm/unittests/Support/Casting.cpp index 4e689ec..68019dd 100644 --- a/llvm/unittests/Support/Casting.cpp +++ b/llvm/unittests/Support/Casting.cpp @@ -1,4 +1,4 @@ -//===---------- llvm/unittest/Support/Casting.cpp - Casting tests --------===// +//===---------- llvm/unittest/Support/Casting.cpp - Casting tests ---------===// // // The LLVM Compiler Infrastructure // @@ -7,15 +7,13 @@ // //===----------------------------------------------------------------------===// -#include "llvm/Support/raw_ostream.h" -#include "llvm/Support/Debug.h" -//#define DEBUG_CAST_OPERATORS #include "llvm/Support/Casting.h" +#include "llvm/Support/Debug.h" +#include "llvm/Support/raw_ostream.h" #include "gtest/gtest.h" #include - namespace llvm { // set up two example classes -- cgit v1.1