# # # patch "database.cc" # from [40c9ed9bdbf10b11ed05b19b41e26b198f6c7099] # to [0797db2c719528424be8c3ddfccc52fe256d28ce] # ============================================================ --- database.cc 40c9ed9bdbf10b11ed05b19b41e26b198f6c7099 +++ database.cc 0797db2c719528424be8c3ddfccc52fe256d28ce @@ -24,7 +24,6 @@ #include "sqlite/sqlite3.h" -#include "app_state.hh" #include "cert.hh" #include "cleanup.hh" #include "constants.hh" @@ -48,6 +47,8 @@ #include "rev_height.hh" #include "vocab_hash.hh" #include "globish.hh" +#include "work.hh" +#include "lua_hooks.hh" #include "outdated_indicator.hh" #include "lru_writeback_cache.hh"