Fossil SCM
removed unneeded dependency on cson_amalgamation.h
Commit
116694817391b3d1cf444aa79a274ae373ef443c
Parent
0c9c99b83f936b4…
2 files changed
-3
-3
-3
| --- src/report.c | ||
| +++ src/report.c | ||
| @@ -19,13 +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 | -#ifdef FOSSIL_ENABLE_JSON | |
| 25 | -# include "cson_amalgamation.h" | |
| 26 | -#endif | |
| 27 | 24 | |
| 28 | 25 | /* Forward references to static routines */ |
| 29 | 26 | static void report_format_hints(void); |
| 30 | 27 | |
| 31 | 28 | /* |
| 32 | 29 |
| --- src/report.c | |
| +++ src/report.c | |
| @@ -19,13 +19,10 @@ | |
| 19 | */ |
| 20 | #include "config.h" |
| 21 | #include <time.h> |
| 22 | #include "report.h" |
| 23 | #include <assert.h> |
| 24 | #ifdef FOSSIL_ENABLE_JSON |
| 25 | # include "cson_amalgamation.h" |
| 26 | #endif |
| 27 | |
| 28 | /* Forward references to static routines */ |
| 29 | static void report_format_hints(void); |
| 30 | |
| 31 | /* |
| 32 |
| --- src/report.c | |
| +++ src/report.c | |
| @@ -19,13 +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 |
-3
| --- src/timeline.c | ||
| +++ src/timeline.c | ||
| @@ -20,13 +20,10 @@ | ||
| 20 | 20 | */ |
| 21 | 21 | #include <string.h> |
| 22 | 22 | #include <time.h> |
| 23 | 23 | #include "config.h" |
| 24 | 24 | #include "timeline.h" |
| 25 | -#ifdef FOSSIL_ENABLE_JSON | |
| 26 | -# include "cson_amalgamation.h" | |
| 27 | -#endif | |
| 28 | 25 | |
| 29 | 26 | /* |
| 30 | 27 | ** Shorten a UUID so that is the minimum length needed to contain |
| 31 | 28 | ** at least one digit in the range 'a'..'f'. The minimum length is 10. |
| 32 | 29 | */ |
| 33 | 30 |
| --- src/timeline.c | |
| +++ src/timeline.c | |
| @@ -20,13 +20,10 @@ | |
| 20 | */ |
| 21 | #include <string.h> |
| 22 | #include <time.h> |
| 23 | #include "config.h" |
| 24 | #include "timeline.h" |
| 25 | #ifdef FOSSIL_ENABLE_JSON |
| 26 | # include "cson_amalgamation.h" |
| 27 | #endif |
| 28 | |
| 29 | /* |
| 30 | ** Shorten a UUID so that is the minimum length needed to contain |
| 31 | ** at least one digit in the range 'a'..'f'. The minimum length is 10. |
| 32 | */ |
| 33 |
| --- src/timeline.c | |
| +++ src/timeline.c | |
| @@ -20,13 +20,10 @@ | |
| 20 | */ |
| 21 | #include <string.h> |
| 22 | #include <time.h> |
| 23 | #include "config.h" |
| 24 | #include "timeline.h" |
| 25 | |
| 26 | /* |
| 27 | ** Shorten a UUID so that is the minimum length needed to contain |
| 28 | ** at least one digit in the range 'a'..'f'. The minimum length is 10. |
| 29 | */ |
| 30 |