faubackup2/src/regexp regexp.cpp,1.3,1.4

Martin Waitz <[email protected]> Tue, 14 Jun 2005 20:23:37 +0000
Newsgroups gmane.comp.sysutils.backup.faubackup.cvs
Message-ID <[email protected]>
Update of /cvsroot/faubackup/faubackup2/src/regexp
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv21140/src/regexp

Modified Files:
	regexp.cpp 
Log Message:
cleanup include files.

use #include "foo" for our own headers
use #include <bar> for system headers

the header declaring the api for the current file is included first
to make sure that the header file is self-contained

all other headers are sorted: <sys/> is first, then <netinet/>
and other subdirectory includes, then standard C and C++ headers.
internal headers come last.


Index: regexp.cpp
===================================================================
RCS file: /cvsroot/faubackup/faubackup2/src/regexp/regexp.cpp,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** regexp.cpp	9 Jun 2005 16:12:41 -0000	1.3
--- regexp.cpp	14 Jun 2005 20:23:35 -0000	1.4
***************
*** 1,8 ****
  #include "support.h"
  
! #include <regexp/regexp.hpp>
! #include <list>
! #include <iostream>
  #include <boost/regex.h>
  
  using namespace boost;
--- 1,9 ----
  #include "support.h"
  
! #include "regexp/regexp.hpp"
! 
  #include <boost/regex.h>
+ #include <iostream>
+ #include <list>
  
  using namespace boost;



-------------------------------------------------------
SF.Net email is sponsored by: Discover Easy Linux Migration Strategies
from IBM. Find simple to follow Roadmaps, straightforward articles,
informative Webcasts and more! Get everything you need to get up to
speed, fast. http://ads.osdn.com/?ad_id=7477&alloc_id=16492&op=click