Fossil SCM

removed unneeded dependency on cson_amalgamation.h

stephan 2012-02-29 22:13 trunk
Commit 116694817391b3d1cf444aa79a274ae373ef443c
--- src/report.c
+++ src/report.c
@@ -19,13 +19,10 @@
1919
*/
2020
#include "config.h"
2121
#include <time.h>
2222
#include "report.h"
2323
#include <assert.h>
24
-#ifdef FOSSIL_ENABLE_JSON
25
-# include "cson_amalgamation.h"
26
-#endif
2724
2825
/* Forward references to static routines */
2926
static void report_format_hints(void);
3027
3128
/*
3229
--- 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
--- src/timeline.c
+++ src/timeline.c
@@ -20,13 +20,10 @@
2020
*/
2121
#include <string.h>
2222
#include <time.h>
2323
#include "config.h"
2424
#include "timeline.h"
25
-#ifdef FOSSIL_ENABLE_JSON
26
-# include "cson_amalgamation.h"
27
-#endif
2825
2926
/*
3027
** Shorten a UUID so that is the minimum length needed to contain
3128
** at least one digit in the range 'a'..'f'. The minimum length is 10.
3229
*/
3330
--- 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

Keyboard Shortcuts

Open search /
Next entry (timeline) j
Previous entry (timeline) k
Open focused entry Enter
Show this help ?
Toggle theme Top nav button