diff options
author | Murray Cumming <murrayc@murrayc.com> | 2008-01-27 07:06:56 +0000 |
---|---|---|
committer | Murray Cumming <murrayc@src.gnome.org> | 2008-01-27 07:06:56 +0000 |
commit | 06435e6cfcfcfec031fe70b7b433000cdfef6b4e (patch) | |
tree | 0822984c4d46e54c4c4481304643e5fad3b8f924 /gio/src/fileoutputstream.hg | |
parent | 44f05c7b1852b0f3f8c92f789683b707a325ed26 (diff) | |
download | glibmm-06435e6cfcfcfec031fe70b7b433000cdfef6b4e.tar.gz |
Do not include gio.h from our public headers, to avoid polluting the
2008-01-27 Murray Cumming <murrayc@murrayc.com>
* gio/src/appinfo.hg:
* gio/src/asyncresult.hg:
* gio/src/cancellable.hg:
* gio/src/drive.hg:
* gio/src/error.hg:
* gio/src/file.hg:
* gio/src/fileattribute.hg:
* gio/src/fileenumerator.hg:
* gio/src/fileicon.hg:
* gio/src/fileinfo.hg:
* gio/src/fileinputstream.hg:
* gio/src/fileoutputstream.hg:
* gio/src/filterinputstream.hg:
* gio/src/icon.hg:
* gio/src/inputstream.hg:
* gio/src/loadableicon.hg:
* gio/src/mount.hg:
* gio/src/mountoperation.hg:
* gio/src/outputstream.hg:
* gio/src/seekable.hg:
* gio/src/simpleasyncresult.hg:
* gio/src/volume.hg: Do not include gio.h from our public headers, to
avoid polluting the namespace.
svn path=/trunk/; revision=544
Diffstat (limited to 'gio/src/fileoutputstream.hg')
-rw-r--r-- | gio/src/fileoutputstream.hg | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/gio/src/fileoutputstream.hg b/gio/src/fileoutputstream.hg index 3a9b1587..be63a91b 100644 --- a/gio/src/fileoutputstream.hg +++ b/gio/src/fileoutputstream.hg @@ -17,8 +17,6 @@ * Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */ -#include <gio/gio.h> - #include <giomm/outputstream.h> #include <giomm/seekable.h> #include <giomm/fileinfo.h> |