Added to blank spaces at end of protosplit to make it compile under make v2
This commit is contained in:
parent
9334986bd9
commit
b710e21efb
4 changed files with 77 additions and 76 deletions
|
@ -1,13 +1,13 @@
|
|||
#ifndef deltasplit75_H
|
||||
#define deltasplit75_H
|
||||
|
||||
#ifdef SUBPROJECT_v2
|
||||
#include "v2.h"
|
||||
#endif
|
||||
#ifdef SUBPROJECT_protosplit
|
||||
#include "protosplit.h"
|
||||
#endif
|
||||
|
||||
#include "quantum.h"
|
||||
|
||||
#ifndef DELTASPLIT75_H
|
||||
#define DELTASPLIT75_H
|
||||
|
||||
#ifdef SUBPROJECT_v2
|
||||
#include "v2.h"
|
||||
#endif
|
||||
#ifdef SUBPROJECT_protosplit
|
||||
#include "protosplit.h"
|
||||
#endif
|
||||
|
||||
#include "quantum.h"
|
||||
|
||||
#endif
|
Loading…
Add table
Add a link
Reference in a new issue