Skip to content

Commit

Permalink
add missing include files
Browse files Browse the repository at this point in the history
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@8707 57a11ea4-9604-0410-9ed3-97b8803252fd
  • Loading branch information
linas committed Jun 25, 2003
1 parent ca06a92 commit 798e8be
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/gnome-search/gnc-general-search.c
Expand Up @@ -35,6 +35,7 @@
#include <stdio.h>

#include "gnc-component-manager.h"
#include "QueryCore.h"
#include "QueryObject.h"
#include "gncObject.h"
#include "gnc-general-search.h"
Expand Down
1 change: 1 addition & 0 deletions src/gnome-search/search-core-type.c
Expand Up @@ -25,6 +25,7 @@
#include <string.h>
#include <gnome.h>

#include "QueryCore.h"
#include "QueryNew.h"
#include "Account.h" /* for ACCOUNT_MATCH_ALL_TYPE */
#include "Transaction.h" /* for RECONCILED_MATCH_TYPE */
Expand Down
1 change: 1 addition & 0 deletions src/gnome-search/search-core-type.h
Expand Up @@ -22,6 +22,7 @@
#define _GNCSEARCH_CORE_TYPE_H

#include <gnome.h>
#include "QueryCore.h"
#include "QueryNew.h"
#include "search-param.h"

Expand Down

0 comments on commit 798e8be

Please sign in to comment.