diff --git a/src/engine/gnc-session-p.h b/src/engine/gnc-session-p.h index 30814743f1..77cc71620f 100644 --- a/src/engine/gnc-session-p.h +++ b/src/engine/gnc-session-p.h @@ -23,17 +23,13 @@ /* * HISTORY: * Copyright (c) 2001 Linux Developers Group - * Copyright (c) 2002 Linas Vepstas + * Copyright (c) 1998-2003 Linas Vepstas */ #ifndef GNC_SESSION_P_H #define GNC_SESSION_P_H -#include "BackendP.h" -#include "GNCIdP.h" -#include "TransLog.h" -#include "gnc-engine-util.h" -#include "gnc-engine.h" +#include "gnc-book.h" #include "gnc-session.h" struct gnc_session_struct @@ -42,7 +38,7 @@ struct gnc_session_struct * by GnuCash. A session may have open multiple books. */ GList *books; - /* the requested book id, in the form or a URI, such as + /* The requested book id, in the form or a URI, such as * file:/some/where, or sql:server.host.com:555 */ char *book_id; diff --git a/src/engine/gnc-session.c b/src/engine/gnc-session.c index 859e380e96..f91126af5c 100644 --- a/src/engine/gnc-session.c +++ b/src/engine/gnc-session.c @@ -43,12 +43,13 @@ #include +#include "Backend.h" #include "BackendP.h" #include "TransLog.h" #include "gnc-book-p.h" -#include "gnc-date.h" #include "gnc-event.h" #include "gnc-module.h" +#include "gnc-session.h" #include "gnc-session-p.h" #include "gnc-trace.h" @@ -639,6 +640,7 @@ gnc_session_save (GNCSession *session, } /* ====================================================================== */ +/* XXX what does this function do ?? */ gboolean gnc_session_export (GNCSession *tmp_session,