Fix a 3 year old oversight: Remove the #ifdef/#endif pair now that there

is nothing between them anymore.

Spotted by:	peter.
This commit is contained in:
Poul-Henning Kamp 2002-09-21 07:59:06 +00:00
parent 8aadcc5368
commit bc8c3c3e37
5 changed files with 0 additions and 10 deletions

View File

@ -66,8 +66,6 @@
#include <sys/power.h>
#include <machine/clock.h>
#ifdef CLK_CALIBRATION_LOOP
#endif
#include <machine/cputypes.h>
#include <machine/frame.h>
#include <machine/limits.h>

View File

@ -66,8 +66,6 @@
#include <sys/power.h>
#include <machine/clock.h>
#ifdef CLK_CALIBRATION_LOOP
#endif
#include <machine/cputypes.h>
#include <machine/frame.h>
#include <machine/limits.h>

View File

@ -66,8 +66,6 @@
#include <sys/power.h>
#include <machine/clock.h>
#ifdef CLK_CALIBRATION_LOOP
#endif
#include <machine/cputypes.h>
#include <machine/frame.h>
#include <machine/limits.h>

View File

@ -66,8 +66,6 @@
#include <sys/power.h>
#include <machine/clock.h>
#ifdef CLK_CALIBRATION_LOOP
#endif
#include <machine/cputypes.h>
#include <machine/frame.h>
#include <machine/limits.h>

View File

@ -66,8 +66,6 @@
#include <sys/power.h>
#include <machine/clock.h>
#ifdef CLK_CALIBRATION_LOOP
#endif
#include <machine/cputypes.h>
#include <machine/frame.h>
#include <machine/limits.h>