~ubuntu-branches/ubuntu/trusty/manaplus/trusty-proposed

« back to all changes in this revision

Viewing changes to src/gui/updaterwindow.cpp

  • Committer: Package Import Robot
  • Author(s): Patrick Matthäi
  • Date: 2013-09-17 10:35:51 UTC
  • mfrom: (1.1.10)
  • Revision ID: package-import@ubuntu.com-20130917103551-az7p3nz9jgxwqjfn
Tags: 1.3.9.15-1
New upstream release.

Show diffs side-by-side

added added

removed removed

Lines of Context:
24
24
 
25
25
#include "client.h"
26
26
#include "configuration.h"
27
 
#include "keydata.h"
28
 
#include "keyevent.h"
29
27
 
30
 
#include "gui/sdlinput.h"
 
28
#include "input/keydata.h"
 
29
#include "input/keyevent.h"
31
30
 
32
31
#include "gui/widgets/browserbox.h"
33
32
#include "gui/widgets/button.h"
45
44
#include "utils/paths.h"
46
45
#include "utils/process.h"
47
46
 
48
 
#include <iostream>
49
47
#include <fstream>
50
48
 
51
49
#include <sys/stat.h>