search-provider: Replace ifdefs with #pragma once
This commit is contained in:
parent
c5d7cf832e
commit
3a95330b17
1 changed files with 4 additions and 3 deletions
|
@ -17,14 +17,15 @@
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#ifndef _CONTROL_CENTER_SEARCH_PROVIDER_H
|
#pragma once
|
||||||
#define _CONTROL_CENTER_SEARCH_PROVIDER_H
|
|
||||||
|
|
||||||
#include <gtk/gtk.h>
|
#include <gtk/gtk.h>
|
||||||
|
|
||||||
#include <shell/cc-shell-model.h>
|
#include <shell/cc-shell-model.h>
|
||||||
#include "cc-search-provider.h"
|
#include "cc-search-provider.h"
|
||||||
|
|
||||||
|
G_BEGIN_DECLS
|
||||||
|
|
||||||
typedef struct {
|
typedef struct {
|
||||||
GtkApplication parent;
|
GtkApplication parent;
|
||||||
|
|
||||||
|
@ -48,4 +49,4 @@ CcSearchProviderApp *cc_search_provider_app_get (void);
|
||||||
|
|
||||||
CcShellModel *cc_search_provider_app_get_model (CcSearchProviderApp *application);
|
CcShellModel *cc_search_provider_app_get_model (CcSearchProviderApp *application);
|
||||||
|
|
||||||
#endif
|
G_END_DECLS
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue