libsysprof: add inside guards to prevent stray includes

This requires that things use #include <sysprof.h> now instead
of individual includes. A few cases are still allowed in the
libsysprof-capture library to make copy/paste embedding easier.
This commit is contained in:
Christian Hergert
2019-05-08 17:06:56 -07:00
parent 219b48f668
commit 7ea6ca43ec
35 changed files with 107 additions and 22 deletions

View File

@ -22,10 +22,9 @@
#include <glib/gi18n.h>
#include <string.h>
#include <sysprof.h>
#include "sysprof-model-filter.h"
#include "sysprof-process-model.h"
#include "sysprof-process-model-item.h"
#include "sysprof-process-model-row.h"
#include "sysprof-profiler-menu-button.h"