← Back to team overview

zorba-coders team mailing list archive

[Merge] lp:~paul-lucas/zorba/pjl-misc into lp:zorba

 

Paul J. Lucas has proposed merging lp:~paul-lucas/zorba/pjl-misc into lp:zorba.

Commit message:
Removed redundant typedef and #includes.

Requested reviews:
  Matthias Brantner (matthias-brantner)
  Paul J. Lucas (paul-lucas)

For more details, see:
https://code.launchpad.net/~paul-lucas/zorba/pjl-misc/+merge/168835

Removed redundant typedef and #includes.
-- 
https://code.launchpad.net/~paul-lucas/zorba/pjl-misc/+merge/168835
Your team Zorba Coders is subscribed to branch lp:zorba.
=== modified file 'src/util/fs_util.h'
--- src/util/fs_util.h	2013-06-01 00:30:39 +0000
+++ src/util/fs_util.h	2013-06-12 00:34:29 +0000
@@ -17,20 +17,13 @@
 #ifndef ZORBA_FS_UTIL_H
 #define ZORBA_FS_UTIL_H
 
-#include <zorba/config.h>
-#include <zorba/internal/cxx_util.h>
 #include <zorba/util/fs_util.h>
 
-#include "ascii_util.h"
 #include "string_util.h"
 
 namespace zorba {
 namespace fs {
 
-////////// Exceptions /////////////////////////////////////////////////////////
-
-typedef os_error::exception exception;
-
 ////////// Directory //////////////////////////////////////////////////////////
 
 #ifdef ZORBA_WITH_FILE_ACCESS


Follow ups