11 lines
251 B
C
11 lines
251 B
C
![]() |
#ifndef LIBSEARCH_H
|
||
|
#define LIBSEARCH_H
|
||
|
|
||
|
#include "libsearch_global.h"
|
||
|
#include "index/file-searcher.h"
|
||
|
#include "appsearch/app-match.h"
|
||
|
#include "settingsearch/setting-match.h"
|
||
|
#include "index/inotify.h"
|
||
|
#include "file-utils.h"
|
||
|
#endif // LIBSEARCH_H
|