Skip to content

Commit

Permalink
Rename bigpolynom to bigpol
Browse files Browse the repository at this point in the history
  • Loading branch information
stnrepin committed Mar 30, 2019
1 parent 025dd60 commit dc3aed2
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
File renamed without changes.
2 changes: 1 addition & 1 deletion src/actions.c
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
#include "bigint.h"
#include "bignumlib-error.h"
#include "bignat.h"
#include "bigpolynom.h"
#include "bigpol.h"
#include "bigrat.h"
#include "consts.h"
#include "help.h"
Expand Down
2 changes: 1 addition & 1 deletion src/bigpolynom.c → src/bigpol.c
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#include "bigpolynom.h"
#include "bigpol.h"

#include <ctype.h>
#include <stddef.h>
Expand Down

0 comments on commit dc3aed2

Please sign in to comment.