Skip to content

Commit

Permalink
Fix relative path includes
Browse files Browse the repository at this point in the history
  • Loading branch information
inactive123 committed Aug 12, 2018
1 parent be4f592 commit f37ffb7
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions discord/discord.c
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,15 @@
* If not, see <http://www.gnu.org/licenses/>.
*/

#include "discord.h"
#include "retroarch.h"
#include "core.h"
#include "core_info.h"
#include "paths.h"
#include <file/file_path.h>

#include "discord.h"

#include "../retroarch.h"
#include "../core.h"
#include "../core_info.h"
#include "../paths.h"

#include "../msg_hash.h"

static const char* APPLICATION_ID = "475456035851599874";
Expand Down

0 comments on commit f37ffb7

Please sign in to comment.