Fix confusing gmx_header_config.h include
authorRoland Schulz <roland@utk.edu>
Tue, 15 Jan 2013 22:29:49 +0000 (17:29 -0500)
committerGerrit Code Review <gerrit@gerrit.gromacs.org>
Thu, 17 Jan 2013 00:32:32 +0000 (01:32 +0100)
commitb44bcc3913b901eb534391aff967dff7e8f14f8d
tree6c5f2703564f64e7be75b7807233e8f16d6f435d
parent84597ae7b9790f509ddaab5bc9e644fb581ba2dc
Fix confusing gmx_header_config.h include

Easy to forget gmx_header_config.h because
historically only config.h is needed and
in master only config.h is needed, too.
Hid a bug in gmx_cpuid.c which didn't
do anything on Windows because the proper
define wasn't set.

Also fixes the compiler warnings in gmx_cpuid.c

Change-Id: I0ad9ca77bfe05551bdde82ab4e92b180c1e5963b
18 files changed:
src/config.h.cmakein
src/gmxlib/checkpoint.c
src/gmxlib/futil.c
src/gmxlib/gmx_cpuid.c
src/gmxlib/gmx_random.c
src/gmxlib/gmxcpp.c
src/gmxlib/main.c
src/gmxlib/rando.c
src/gmxlib/string2.c
src/gmxlib/vmdio.c
src/gmxlib/wman.c
src/kernel/fflibutil.c
src/kernel/pdb2top.c
src/tools/gmx_bar.c
src/tools/gmx_covar.c
src/tools/gmx_make_edi.c
src/tools/gmx_potential.c
src/tools/gmx_trjconv.c