~tangent-trunk/libmemcached/1.0

« back to all changes in this revision

Viewing changes to libtest/comparison.hpp

  • Committer: Continuous Integration
  • Date: 2012-12-31 10:53:13 UTC
  • mfrom: (1121.1.14 libmemcached-1.0)
  • Revision ID: ci@tangent.org-20121231105313-fjxoa7lih4i5h5q8
Merge lp:~tangent-org/libmemcached/1.0-build/ Build: jenkins-Libmemcached-181

Show diffs side-by-side

added added

removed removed

Lines of Context:
39
39
#include <typeinfo>
40
40
 
41
41
#if defined(HAVE_LIBMEMCACHED) && HAVE_LIBMEMCACHED
42
 
#include <libmemcached-1.0/memcached.h>
43
 
#include <libmemcachedutil-1.0/ostream.hpp>
44
 
#include <libtest/memcached.hpp>
 
42
# include <libmemcached-1.0/memcached.h>
 
43
# include <libmemcachedutil-1.0/ostream.hpp>
 
44
# include <libtest/memcached.hpp>
45
45
#endif
46
46
 
47
47
#if defined(HAVE_LIBGEARMAN) && HAVE_LIBGEARMAN
48
 
#include <libgearman-1.0/ostream.hpp>
 
48
# include <libgearman-1.0/ostream.hpp>
49
49
#endif
50
50
 
51
51
namespace libtest {