Move the HTSU_Result enum definition into snapshot.h, to avoid including
Alvaro Herrera <alvherre@alvh.no-ip.org>
Move the HTSU_Result enum definition into snapshot.h, to avoid including tqual.h into heapam.h. This makes all inclusion of tqual.h explicit. I also sorted alphabetically the includes on some source files.