diff --git a/ch06/ex6_22.cpp b/ch06/ex6_22.cpp index a3b9ab27..91bfdd9e 100644 --- a/ch06/ex6_22.cpp +++ b/ch06/ex6_22.cpp @@ -4,8 +4,6 @@ //! Write a function to swap two int pointers. //! #include -#include -#include void swap(int*& lft, int*& rht) {