From: Teemu Murtola Date: Mon, 31 Mar 2014 17:26:26 +0000 (+0300) Subject: Remove #include <...> for local files in gmx-view X-Git-Url: http://biod.pnpi.spb.ru/gitweb/?a=commitdiff_plain;h=6f4c4dedbeca05eb16553e36997749a0b81a2687;p=alexxy%2Fgromacs.git Remove #include <...> for local files in gmx-view There were only a few remaining, and those don't seem to be necessary for the headers that were including them. Change-Id: I99c6663edc0e608fe349206d9a9ecdd2d61faea2 --- diff --git a/doxygen/suppressions.txt b/doxygen/suppressions.txt index 4f4c5ca11d..c1b20831a8 100644 --- a/doxygen/suppressions.txt +++ b/doxygen/suppressions.txt @@ -9,11 +9,8 @@ share/template/template.cpp: error: source file documentation appears outside fu # This module name doesn't really fall into any currently used pattern; needs some thought : error: no matching directory for module: module_mdrun_integration_tests -# These are real documentation issues that should be fixed - # These would be nice to fix, but can wait for later *: warning: includes local file as -src/programs/view/*: warning: includes local file as <*.h> src/gromacs/gmxlib/nonbonded/nb_kernel_*/*: warning: included file "gromacs/simd/math_x86_*.h" is not documented as exposed outside its module # These are specific to Folding@Home, and easiest to suppress here diff --git a/src/programs/view/fgrid.h b/src/programs/view/fgrid.h index b4c076ede8..5f619c235a 100644 --- a/src/programs/view/fgrid.h +++ b/src/programs/view/fgrid.h @@ -3,7 +3,7 @@ * * Copyright (c) 1991-2000, University of Groningen, The Netherlands. * Copyright (c) 2001-2004, The GROMACS development team. - * Copyright (c) 2013, by the GROMACS development team, led by + * Copyright (c) 2013,2014, by the GROMACS development team, led by * Mark Abraham, David van der Spoel, Berk Hess, and Erik Lindahl, * and including many others, as listed in the AUTHORS file in the * top-level source directory and at http://www.gromacs.org. @@ -38,7 +38,8 @@ #ifndef _fgrid_h #define _fgrid_h -#include +#include + #include "xdlgitem.h" typedef struct { diff --git a/src/programs/view/xdlgitem.h b/src/programs/view/xdlgitem.h index 161d897277..e270b72e2c 100644 --- a/src/programs/view/xdlgitem.h +++ b/src/programs/view/xdlgitem.h @@ -3,7 +3,7 @@ * * Copyright (c) 1991-2000, University of Groningen, The Netherlands. * Copyright (c) 2001-2004, The GROMACS development team. - * Copyright (c) 2013, by the GROMACS development team, led by + * Copyright (c) 2013,2014, by the GROMACS development team, led by * Mark Abraham, David van der Spoel, Berk Hess, and Erik Lindahl, * and including many others, as listed in the AUTHORS file in the * top-level source directory and at http://www.gromacs.org. @@ -38,7 +38,6 @@ #ifndef _xdlgitem_h #define _xdlgitem_h -#include #include "Xstuff.h" #include "xutil.h" #include "x11.h"