mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
cleanup: move FRACTION macro from dive.h to units.h
There appears to be no reason to slurp in all dive.h when compiling membuffer.c. units.h might not seem like the perfect place, but it is the most fitting I found. Signed-off-by: Berthold Stoeger <bstoeger@mail.tuwien.ac.at>
This commit is contained in:
parent
8ce7c4664a
commit
c13040798c
3 changed files with 3 additions and 3 deletions
|
@ -9,7 +9,7 @@
|
|||
#include <string.h>
|
||||
#include <stdio.h>
|
||||
|
||||
#include "dive.h"
|
||||
#include "units.h"
|
||||
#include "membuffer.h"
|
||||
|
||||
/* Only for internal use */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue