~brianaker/libmemcached/pushtest

« back to all changes in this revision

Viewing changes to tests/libmemcached-1.0/string.cc

  • Committer: Brian Aker
  • Date: 2012-10-13 11:28:52 UTC
  • mto: This revision was merged to the branch mainline in revision 1080.
  • Revision ID: brian@tangent.org-20121013112852-ebfvxrvqbyj2g2ri
Fix all include location, and drop versions of the library that were never shipped.

Show diffs side-by-side

added added

removed removed

Lines of Context:
40
40
 
41
41
#include <config.h>
42
42
 
43
 
#include <libmemcached/memcached.h>
44
 
#include <libmemcached/string.hpp>
45
 
#include <libmemcached/is.h>
 
43
#include <libmemcached-1.0/memcached.h>
 
44
 
 
45
#include "libmemcached/string.hpp"
 
46
#include "libmemcached/is.h"
46
47
 
47
48
#include <libtest/test.hpp>
48
49