Use full path for legacyheaders
[alexxy/gromacs.git] / doxygen / gmxtree.py
index 9387fa1d2fb94dfd0665d8e9ba7b5677eea643f6..77665dfc6c99b3fd127fdd7095895be4b7e84ec7 100644 (file)
@@ -734,7 +734,7 @@ class GromacsTree(object):
 
     def find_include_file(self, includedpath):
         """Find a file object corresponding to an include path."""
-        for testdir in ('src', 'src/gromacs/legacyheaders', 'src/external/thread_mpi/include',
+        for testdir in ('src', 'src/external/thread_mpi/include',
                 'src/external/tng_io/include'):
             testpath = os.path.join(testdir, includedpath)
             if testpath in self._files: