Fix strange include generated by CLion.

This commit is contained in:
Danila Fedorin 2017-07-21 18:12:18 -07:00
parent a21122f7d0
commit b2024931d1
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
#include "pattern.h"
#include <stdlib.h>
#include <string.h>
#include <pattern.h>
#include "pattern.h"
#include "sprs.h"
#include "ll.h"