aboutsummaryrefslogtreecommitdiffstats
path: root/src/main.c
AgeCommit message (Collapse)AuthorFilesLines
2024-11-24Rename jalv_internal.h to jalv.hDavid Robillard1-1/+1
The "internal" name never made much sense to begin with (since this is a program, not a library), but now this header only describes the "main" Jalv struct and functions directly associated with it (the top-level interface of the application), so name it accordingly. This also makes include-what-you-use actually check this header, which it wasn't before for some mysterious reason.
2024-11-24Use angle brackets for library includesDavid Robillard1-2/+2
2024-11-24Move main() and related code to a separate fileDavid Robillard1-0/+76