Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion include/inlines/eval.h
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
#ifndef __EVAL_H__
#define __EVAL_H__

#include "poker_defs.h"
#include "../poker_defs.h"
#include <assert.h>

/*
Expand Down
2 changes: 1 addition & 1 deletion include/rules_std.h
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
#ifndef __RULES_STD_H__
#define __RULES_STD_H__

#include <pokereval_export.h>
#include "pokereval_export.h"

#define StdRules_HandType_NOPAIR 0
#define StdRules_HandType_ONEPAIR 1
Expand Down