diff --git a/conversions/infix_to_postfix.c b/conversions/infix_to_postfix.c index 6ce19125..11d67baf 100644 --- a/conversions/infix_to_postfix.c +++ b/conversions/infix_to_postfix.c @@ -6,7 +6,6 @@ * @author [Harsh Karande](https://github.com/harshcut) */ -#include #include // globally declared structure