Fossil SCM
Removed 2x extraneous #include "th.h".
Commit
27dc9b0b3856354278fbd9a7a5e23d4ab10fc363
Parent
495f26a00eb7e4a…
2 files changed
-1
-1
-1
| --- src/report.c | ||
| +++ src/report.c | ||
| @@ -19,11 +19,10 @@ | ||
| 19 | 19 | */ |
| 20 | 20 | #include "config.h" |
| 21 | 21 | #include <time.h> |
| 22 | 22 | #include "report.h" |
| 23 | 23 | #include <assert.h> |
| 24 | -#include "th.h" | |
| 25 | 24 | |
| 26 | 25 | /* Forward references to static routines */ |
| 27 | 26 | static void report_format_hints(void); |
| 28 | 27 | |
| 29 | 28 | /* |
| 30 | 29 |
| --- src/report.c | |
| +++ src/report.c | |
| @@ -19,11 +19,10 @@ | |
| 19 | */ |
| 20 | #include "config.h" |
| 21 | #include <time.h> |
| 22 | #include "report.h" |
| 23 | #include <assert.h> |
| 24 | #include "th.h" |
| 25 | |
| 26 | /* Forward references to static routines */ |
| 27 | static void report_format_hints(void); |
| 28 | |
| 29 | /* |
| 30 |
| --- src/report.c | |
| +++ src/report.c | |
| @@ -19,11 +19,10 @@ | |
| 19 | */ |
| 20 | #include "config.h" |
| 21 | #include <time.h> |
| 22 | #include "report.h" |
| 23 | #include <assert.h> |
| 24 | |
| 25 | /* Forward references to static routines */ |
| 26 | static void report_format_hints(void); |
| 27 | |
| 28 | /* |
| 29 |
-1
| --- src/style.c | ||
| +++ src/style.c | ||
| @@ -18,11 +18,10 @@ | ||
| 18 | 18 | ** This file contains code to implement the basic web page look and feel. |
| 19 | 19 | ** |
| 20 | 20 | */ |
| 21 | 21 | #include "config.h" |
| 22 | 22 | #include "style.h" |
| 23 | -#include "th.h" | |
| 24 | 23 | |
| 25 | 24 | /* |
| 26 | 25 | ** Elements of the submenu are collected into the following |
| 27 | 26 | ** structure and displayed below the main menu by style_header(). |
| 28 | 27 | ** |
| 29 | 28 |
| --- src/style.c | |
| +++ src/style.c | |
| @@ -18,11 +18,10 @@ | |
| 18 | ** This file contains code to implement the basic web page look and feel. |
| 19 | ** |
| 20 | */ |
| 21 | #include "config.h" |
| 22 | #include "style.h" |
| 23 | #include "th.h" |
| 24 | |
| 25 | /* |
| 26 | ** Elements of the submenu are collected into the following |
| 27 | ** structure and displayed below the main menu by style_header(). |
| 28 | ** |
| 29 |
| --- src/style.c | |
| +++ src/style.c | |
| @@ -18,11 +18,10 @@ | |
| 18 | ** This file contains code to implement the basic web page look and feel. |
| 19 | ** |
| 20 | */ |
| 21 | #include "config.h" |
| 22 | #include "style.h" |
| 23 | |
| 24 | /* |
| 25 | ** Elements of the submenu are collected into the following |
| 26 | ** structure and displayed below the main menu by style_header(). |
| 27 | ** |
| 28 |