diff options
author | Christian Grothoff <christian@grothoff.org> | 2015-01-28 20:53:21 +0100 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2015-01-28 20:53:21 +0100 |
commit | 9c3c6295a85a03fdad9a77799e85289ce65a109b (patch) | |
tree | 4325f5a0d8f26f32effd9b2bf4c900a83a038d8a /src/util/amount.c | |
parent | c4b63c13029b9d731b826ffab4a9d59005b0c6a5 (diff) |
even cleaner separation of PostGres-specific logic, and nicer libtalerutil headers
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 @@ You should have received a copy of the GNU General Public License along with TALER; see the file COPYING. If not, If not, see <http://www.gnu.org/licenses/> */ - /** - * @file amount.c + * @file util/amount.c * @brief Common utility functions to deal with units of currency * @author Sree Harsha Totakura <sreeharsha@totakura.in> * @author Florian Dold @@ -23,8 +22,6 @@ */ #include "platform.h" #include "taler_util.h" -#include <gnunet/gnunet_common.h> -#include <gnunet/gnunet_util_lib.h> #include <gcrypt.h> #define AMOUNT_FRAC_BASE 1000000 |