~ubuntu-branches/ubuntu/wily/mupen64plus-ui-console/wily

« back to all changes in this revision

Viewing changes to src/compare_core.c

  • Committer: Package Import Robot
  • Author(s): Sven Eckelmann
  • Date: 2015-05-01 16:42:54 UTC
  • mfrom: (1.2.3) (4.1.9 experimental)
  • Revision ID: package-import@ubuntu.com-20150501164254-mrvd5n7om3hg1uc0
Tags: 2.5-1
* New Upstream Version
* Upload to unstable
* Install mupen64plus.desktop to associate application/x-n64-rom files with
  mupen64plus-ui-console
* Upgraded to policy 3.9.6, no changes required
* debian/copyright:
  - Update years in debian/copyright
  - Add new files to debian/copyright

Show diffs side-by-side

added added

removed removed

Lines of Context:
24
24
#include <string.h>
25
25
#include <sys/stat.h>
26
26
 
 
27
#include "compare_core.h"
 
28
#include "core_interface.h"
27
29
#include "m64p_types.h"
28
30
#include "main.h"
29
 
#include "compare_core.h"
30
 
#include "core_interface.h"
31
31
 
32
32
/* local variables */
33
33