summaryrefslogtreecommitdiff
path: root/src/core/misc.c
diff options
context:
space:
mode:
authorailin-nemui <ailin-nemui@users.noreply.github.com>2017-07-03 09:53:09 +0200
committerGitHub <noreply@github.com>2017-07-03 09:53:09 +0200
commit1656dc1e549cfbbe330aafcd8b92177aa9a5555f (patch)
tree3e0c555e3a15ee58e50c7db7f06dd6262d01b8de /src/core/misc.c
parent2b209348bd2a90afbe1782b0b321d99892b7002b (diff)
parent1fc170ee11c308fae14a06aa29f2d8e3882cf9ce (diff)
downloadirssi-1656dc1e549cfbbe330aafcd8b92177aa9a5555f.zip
Merge pull request #653 from ailin-nemui/regexex
Enable UTF8 in GRegex
Diffstat (limited to 'src/core/misc.c')
-rw-r--r--src/core/misc.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/core/misc.c b/src/core/misc.c
index ce49925b..7249b1a7 100644
--- a/src/core/misc.c
+++ b/src/core/misc.c
@@ -22,10 +22,6 @@
#include "misc.h"
#include "commands.h"
-#ifndef USE_GREGEX
-# include <regex.h>
-#endif
-
typedef struct {
int condition;
GInputFunction function;