Check-in [14d026a41c]
Overview
Comment:Removed extraneous include
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA1: 14d026a41c1d2266efbd74353cd118615de85e28
User & Date: rkeene on 2013-11-26 16:33:25
Other Links: manifest | tags
Context
2013-11-26
16:33
Freecolor 0.8.10 check-in: 544e1dfdaf user: rkeene tags: trunk, 0.8.10
16:33
Removed extraneous include check-in: 14d026a41c user: rkeene tags: trunk
16:31
Freecolor 0.8.9 check-in: 089015dd60 user: rkeene tags: trunk, 0.8.9
Changes

Modified freecolor.c from [3c89f7d0de] to [ccaaac738a].

47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
#if defined(HAVE_LIBSTATGRAB) && !defined(HAVE_LIBSTATGRAB_H)
#undef HAVE_LIBSTATGRAB
#endif

#ifndef HAVE_LIBSTATGRAB
#include <linux/kernel.h>
#include <sys/sysinfo.h>
#include <linux/sys.h>
#ifndef PROC_MEMINFO
#define PROC_MEMINFO "/proc/meminfo"
#endif
#else
#include <statgrab.h>
#endif
#include <string.h>







<







47
48
49
50
51
52
53

54
55
56
57
58
59
60
#if defined(HAVE_LIBSTATGRAB) && !defined(HAVE_LIBSTATGRAB_H)
#undef HAVE_LIBSTATGRAB
#endif

#ifndef HAVE_LIBSTATGRAB
#include <linux/kernel.h>
#include <sys/sysinfo.h>

#ifndef PROC_MEMINFO
#define PROC_MEMINFO "/proc/meminfo"
#endif
#else
#include <statgrab.h>
#endif
#include <string.h>