-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
17 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,6 @@ | ||
/* Copyright 2015-2016. Martin Uecker. | ||
/* Copyright 2015-2023. Martin Uecker. | ||
* All rights reserved. Use of this source code is governed by | ||
* a BSD-style license which can be found in the LICENSE file. | ||
* | ||
* Author: | ||
* 2015-2016 Martin Uecker <[email protected]> | ||
*/ | ||
|
||
#include <complex.h> | ||
|
@@ -16,8 +13,13 @@ | |
|
||
#include "misc/misc.h" | ||
#include "misc/mmio.h" | ||
#include "misc/io.h" | ||
#include "misc/opts.h" | ||
#if 0 | ||
#include "misc/io.h" | ||
#else | ||
extern void io_reserve_input(const char* name); | ||
extern void io_unregister(const char* name); | ||
#endif | ||
|
||
#include "view.h" | ||
|
||
|