Commit 1dafb427d9e61559fbe12e530537b8096e4c315c

Nick Wellnhofer 2018-09-03T15:29:50

Don't include SAX.h from globals.h SAX.h contains a legacy interface with several unprefixed symbols like `reference`, causing severe namespace pollution. The globals.h header doesn't need any of these symbols, so remove the #include.