~stanray/gpass/gpass052

« back to all changes in this revision

Viewing changes to include/gpass/error.h

  • Committer: riu
  • Date: 2012-11-30 19:57:39 UTC
  • Revision ID: stanraystan@rambler.ru-20121130195739-1px3y3j7m0mmvar8
* fix for LP #770994
* only glib.h can be included directly
* update debian/control

Show diffs side-by-side

added added

removed removed

Lines of Context:
19
19
#ifndef __GPASS_ERROR_H__
20
20
#define __GPASS_ERROR_H__
21
21
 
22
 
#include <glib/gerror.h>
 
22
#include <glib.h>
23
23
 
24
24
G_BEGIN_DECLS
25
25