diff options
Diffstat (limited to 'src/util/amount.c')
-rw-r--r-- | src/util/amount.c | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/src/util/amount.c b/src/util/amount.c index 8bd899bf5..bb5bf0d5b 100644 --- a/src/util/amount.c +++ b/src/util/amount.c | |||
@@ -13,9 +13,8 @@ | |||
13 | You should have received a copy of the GNU General Public License along with | 13 | You should have received a copy of the GNU General Public License along with |
14 | TALER; see the file COPYING. If not, If not, see <http://www.gnu.org/licenses/> | 14 | TALER; see the file COPYING. If not, If not, see <http://www.gnu.org/licenses/> |
15 | */ | 15 | */ |
16 | |||
17 | /** | 16 | /** |
18 | * @file amount.c | 17 | * @file util/amount.c |
19 | * @brief Common utility functions to deal with units of currency | 18 | * @brief Common utility functions to deal with units of currency |
20 | * @author Sree Harsha Totakura <sreeharsha@totakura.in> | 19 | * @author Sree Harsha Totakura <sreeharsha@totakura.in> |
21 | * @author Florian Dold | 20 | * @author Florian Dold |
@@ -23,8 +22,6 @@ | |||
23 | */ | 22 | */ |
24 | #include "platform.h" | 23 | #include "platform.h" |
25 | #include "taler_util.h" | 24 | #include "taler_util.h" |
26 | #include <gnunet/gnunet_common.h> | ||
27 | #include <gnunet/gnunet_util_lib.h> | ||
28 | #include <gcrypt.h> | 25 | #include <gcrypt.h> |
29 | 26 | ||
30 | #define AMOUNT_FRAC_BASE 1000000 | 27 | #define AMOUNT_FRAC_BASE 1000000 |