X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=ghc%2Frts%2FProftimer.c;h=3b499152d66b768e682ec7b8947e07b5d6438720;hb=2aa07b1bfb92038ed1402dbad832fd72c7c9a605;hp=41863c48d2617cdb68c1f685cdf4ca9c4f9edf3d;hpb=0bffc410964e1688ad80d277d53400659e697ab5;p=ghc-hetmet.git diff --git a/ghc/rts/Proftimer.c b/ghc/rts/Proftimer.c index 41863c4..3b49915 100644 --- a/ghc/rts/Proftimer.c +++ b/ghc/rts/Proftimer.c @@ -1,5 +1,4 @@ /* ----------------------------------------------------------------------------- - * $Id: Proftimer.c,v 1.11 2002/12/11 15:36:47 simonmar Exp $ * * (c) The GHC Team, 1998-1999 * @@ -11,11 +10,9 @@ #include "PosixSource.h" -#include - #include "Rts.h" #include "Profiling.h" -#include "Itimer.h" +#include "Timer.h" #include "Proftimer.h" #include "RtsFlags.h"