I used gromacs 2019.2 and analyzed the trajectories by my own programs.
These programs call functions in xtcio.h to directly read xtc files.
In particular, I included GMXroot/include/gromacs/fileio/xtcio.h and linked the programs by -lgromacs.
Recently, I have tried to move to a newer version of gromacs,
and I realized that the xtcio.h file is there anymore.
Is there any way to use to the xtcio.h file and link my program with gromacs2021.1?
Anyway, I found it in the source file, gromacs-2021.2/src/gromacs/fileio/, probably as hess meant.
Also, I was able to dynamically link my programs to the gromacs so files.
I would appreciate if someone could tell me whether the elimination from the installation directory was on purpose. (I just might have overlooked some comment in release notes, though.)