~kawninzx6/libiqxmlrpc/streamInsertOp

« back to all changes in this revision

Viewing changes to libiqxmlrpc/server_conn.cc

  • Committer: Anton Dedov
  • Date: 2010-07-26 20:35:31 UTC
  • Revision ID: adedov@gmail.com-20100726203531-5unndog5yqha83ws
Merge with mine adjustments:
 622. By james <james@jnb>  on 2010-06-04
 Refactore includes to fix Windows compile errors.
 lp:~kawninzx6/libiqxmlrpc/windowsBuild

Show diffs side-by-side

added added

removed removed

Lines of Context:
15
15
//  License along with this library; if not, write to the Free Software
16
16
//  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307  USA
17
17
 
 
18
#include "server_conn.h"
 
19
 
18
20
#include "auth_plugin.h"
19
 
#include "server_conn.h"
20
21
#include "http_errors.h"
21
22
#include "server.h"
22
23