gnuastro-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[gnuastro-commits] master 847d97e 007/125: Minor header inclusion correc


From: Mohammad Akhlaghi
Subject: [gnuastro-commits] master 847d97e 007/125: Minor header inclusion corrections
Date: Sun, 23 Apr 2017 22:36:25 -0400 (EDT)

branch: master
commit 847d97e4f2dd31f4ff51f0c1394d072c59609b09
Author: Mohammad Akhlaghi <address@hidden>
Commit: Mohammad Akhlaghi <address@hidden>

    Minor header inclusion corrections
    
    With the library being in charge of the arithmetic operations, there was no
    more need for the `operators.[ch]' in the source files. They had been
    removed from Arithmetic's `Makefile.am', but I had forgot to remove them
    from the `#include' directives in some of Arithmetic's source files.
---
 bin/arithmetic/arithmetic.c | 1 -
 bin/arithmetic/operators.c  | 1 -
 2 files changed, 2 deletions(-)

diff --git a/bin/arithmetic/arithmetic.c b/bin/arithmetic/arithmetic.c
index dfcef4a..ec457f3 100644
--- a/bin/arithmetic/arithmetic.c
+++ b/bin/arithmetic/arithmetic.c
@@ -39,7 +39,6 @@ along with Gnuastro. If not, see 
<http://www.gnu.org/licenses/>.
 #include "main.h"
 
 #include "operands.h"
-#include "operators.h"
 #include "arithmetic.h"
 
 
diff --git a/bin/arithmetic/operators.c b/bin/arithmetic/operators.c
index dfd8d4f..04349d0 100644
--- a/bin/arithmetic/operators.c
+++ b/bin/arithmetic/operators.c
@@ -36,7 +36,6 @@ along with Gnuastro. If not, see 
<http://www.gnu.org/licenses/>.
 #include "main.h"
 
 #include "operands.h"
-#include "operators.h"
 
 
 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]