faubackup2/src/Threads Thread.cpp,1.2,1.3
Martin Waitz <[email protected]> Tue, 14 Jun 2005 20:23:38 +0000
| Newsgroups | gmane.comp.sysutils.backup.faubackup.cvs |
|---|---|
| Message-ID | <[email protected]> |
Update of /cvsroot/faubackup/faubackup2/src/Threads In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv21140/src/Threads Modified Files: Thread.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: Thread.cpp =================================================================== RCS file: /cvsroot/faubackup/faubackup2/src/Threads/Thread.cpp,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** Thread.cpp 8 Jun 2005 19:29:04 -0000 1.2 --- Thread.cpp 14 Jun 2005 20:23:35 -0000 1.3 *************** *** 2,5 **** --- 2,6 ---- #include "Threads/Thread.hpp" + #include "common/common.hpp" ------------------------------------------------------- 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