From 84b7df43fb098268f6ce37a3e32bcc2f455ecf96 Mon Sep 17 00:00:00 2001 From: Dan Gohman Date: Tue, 6 May 2008 01:32:53 +0000 Subject: Remove uses of llvm/System/IncludeFile.h that are no longer needed. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@50695 91177308-0d34-0410-b5e6-96231b3b80d8 --- lib/System/Alarm.cpp | 2 -- 1 file changed, 2 deletions(-) (limited to 'lib/System/Alarm.cpp') diff --git a/lib/System/Alarm.cpp b/lib/System/Alarm.cpp index 57a8b08..0014ca7 100644 --- a/lib/System/Alarm.cpp +++ b/lib/System/Alarm.cpp @@ -31,5 +31,3 @@ using namespace sys; #ifdef LLVM_ON_WIN32 #include "Win32/Alarm.inc" #endif - -DEFINING_FILE_FOR(SystemAlarm) -- cgit v1.1