I want to work on moving the headers from `./osque...
# core
t
I want to work on moving the headers from
./osquery/include/osquery
next to their respective implementations, for example
events.h
should be moved to
./osquery/events
. Does anyone predict an issue with this change? I'm planning to move one at a time and update the respective CMake and C++ references per-PR.