Remove #include <...> for local files in gmx-view
authorTeemu Murtola <teemu.murtola@gmail.com>
Mon, 31 Mar 2014 17:26:26 +0000 (20:26 +0300)
committerMark Abraham <mark.j.abraham@gmail.com>
Mon, 31 Mar 2014 21:21:48 +0000 (23:21 +0200)
There were only a few remaining, and those don't seem to be necessary
for the headers that were including them.

Change-Id: I99c6663edc0e608fe349206d9a9ecdd2d61faea2

doxygen/suppressions.txt
src/programs/view/fgrid.h
src/programs/view/xdlgitem.h

index 4f4c5ca11d856498838153e1a15c4d1330b98ebb..c1b20831a8b9b2f3d682566fa53e0ae9b5b4211b 100644 (file)
@@ -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 <config.h>
-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
index b4c076ede851b5bc0df94cdcd942327c0128ff04..5f619c235aa19e4c0b18e79c3856e85fb1724765 100644 (file)
@@ -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 <typedefs.h>
+#include <stdio.h>
+
 #include "xdlgitem.h"
 
 typedef struct {
index 161d897277649744fe520e2134bc633ceba9813a..e270b72e2c0df5c32f01c0d288b150a4de7c2f9a 100644 (file)
@@ -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 <typedefs.h>
 #include "Xstuff.h"
 #include "xutil.h"
 #include "x11.h"