diff options
| author | Paul Eggert | 2012-07-06 10:53:26 -0700 |
|---|---|---|
| committer | Paul Eggert | 2012-07-06 10:53:26 -0700 |
| commit | a69ca799814c682861c0736204f0f81e4366c06e (patch) | |
| tree | 91f82ab2d825c285150f4ae27b91e2d6f6dd9a01 /lib/timespec-sub.c | |
| parent | f247498ead8b1898decf47537d59965340d6cebd (diff) | |
| download | emacs-a69ca799814c682861c0736204f0f81e4366c06e.tar.gz emacs-a69ca799814c682861c0736204f0f81e4366c06e.zip | |
timespec-sub: avoid duplicate include
Diffstat (limited to 'lib/timespec-sub.c')
| -rw-r--r-- | lib/timespec-sub.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/timespec-sub.c b/lib/timespec-sub.c index 0b3bb1b57e1..7c4c781b7f6 100644 --- a/lib/timespec-sub.c +++ b/lib/timespec-sub.c | |||
| @@ -22,7 +22,6 @@ | |||
| 22 | 999999999. */ | 22 | 999999999. */ |
| 23 | 23 | ||
| 24 | #include <config.h> | 24 | #include <config.h> |
| 25 | #include <config.h> | ||
| 26 | #include "timespec.h" | 25 | #include "timespec.h" |
| 27 | 26 | ||
| 28 | #include "intprops.h" | 27 | #include "intprops.h" |