X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=nageru%2Fnageru_cef_app.h;h=7306f81cb9cc623b4889ecc97d52a4154ab80023;hb=a0e57ec99e9dfdd7e79bcf21e8c996dc43b6cb49;hp=7b8969bbc7224e863d13b191049f424390b0cae7;hpb=3256213f93385cc56281c616e0347ff5fa2b70ac;p=nageru diff --git a/nageru/nageru_cef_app.h b/nageru/nageru_cef_app.h index 7b8969b..7306f81 100644 --- a/nageru/nageru_cef_app.h +++ b/nageru/nageru_cef_app.h @@ -14,20 +14,19 @@ // have to be run from the message loop, but that's fine; CEF gives us tools // to post tasks to it. -#include - #include +#include #include -#include -#include +#include +#include +#include +#include -#include #include #include #include -#include #include -#include +#include // Takes in arbitrary lambdas and converts them to something CefPostTask() will accept. class CEFTaskAdapter : public CefTask