mirror of
https://github.com/varun-r-mallya/sysprof.git
synced 2025-12-31 20:36:25 +00:00
source tree cleanup
The lib/ directory was getting a bit out of hand, so this tries to organize things a bit so it is easier going forward to locate the code people want to patch.
This commit is contained in:
@ -17,9 +17,7 @@
|
||||
*/
|
||||
|
||||
#include <glib/gstdio.h>
|
||||
|
||||
#include "sp-capture-reader.h"
|
||||
#include "sp-capture-writer.h"
|
||||
#include <sysprof.h>
|
||||
|
||||
static void
|
||||
test_reader_basic (void)
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
#include <sysprof-ui.h>
|
||||
|
||||
#include "sp-model-filter.h"
|
||||
#include "util/sp-model-filter.h"
|
||||
|
||||
#define TEST_TYPE_ITEM (test_item_get_type())
|
||||
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
#include "sp-zoom-manager.h"
|
||||
#include "util/sp-zoom-manager.h"
|
||||
|
||||
static void
|
||||
test_zoom_manager (void)
|
||||
|
||||
Reference in New Issue
Block a user