Move a few defines to buildinfo.h
[alexxy/gromacs.git] / src / gromacs / utility / errorformat.cpp
index a8f7159c296e910c5ee7c90380928a15ba1fda06..74cfeabb3261ead57745b56b0f824f418f84f5b1 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * This file is part of the GROMACS molecular simulation package.
  *
- * Copyright (c) 2010,2011,2012,2013,2014, by the GROMACS development team, led by
+ * Copyright (c) 2010,2011,2012,2013,2014,2015, 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.
 
 #include "errorformat.h"
 
-#include "config.h"
-
 #include <cctype>
 #include <cstdio>
 #include <cstring>
 
+#include "buildinfo.h"
 #include "gromacs/utility/baseversion.h"
 #include "gromacs/utility/programcontext.h"
 #include "gromacs/utility/stringutil.h"