summaryrefslogtreecommitdiff
path: root/desktop/version.h
Commit message (Collapse)AuthorAgeFilesLines
* split version info into its own header and remove unnecessary nesurf.h includesVincent Sanders2014-10-131-0/+43
The netsurf.h header should *only* contain the registration, core initialisation and finalisation methods. Version information is best placed in its own header. Also remove any unneeded inclusion of this header limiting it to solely the places the relevant API is required.