aboutsummaryrefslogtreecommitdiffstats
path: root/src/query.c
AgeCommit message (Collapse)AuthorFilesLines
2024-11-24Clean up include pathsDavid Robillard1-0/+2
Removes the source directory from the include path flags passed to the compiler, so that quoted includes always refer to files relative to the one they're in, and angled includes never refer to anything in the source tree. This fixes potential clashes between the name of headers here and on the system.
2024-11-24Use angle brackets for library includesDavid Robillard1-2/+3
2024-11-24Move general model query functions to a separate fileDavid Robillard1-0/+53